Fix missing @EnableScheduling in documentation

Issue: SPR-10448
This commit is contained in:
Martin Macko 2015-10-22 18:48:58 +02:00 committed by Stephane Nicoll
parent 64790903e9
commit 37735b35fc
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ import org.springframework.scheduling.config.ScheduledTaskRegistrar;
*
* <pre class="code">
* &#064;Configuration
* &#064;EnableScheduling
* &#064;ComponentScan(basePackages="com.myco.tasks")
* public class AppConfig {
* }</pre>