Class SchedulingConfiguration

java.lang.Object
org.springframework.scheduling.annotation.SchedulingConfiguration

@Configuration(proxyBeanMethods=false) @Role(2) public class SchedulingConfiguration extends Object
@Configuration class that registers a ScheduledAnnotationBeanPostProcessor bean capable of processing Spring's @Scheduled annotation.

This configuration class is automatically imported when using the @EnableScheduling annotation. See @EnableScheduling's javadoc for complete usage details.

Since:
3.1
Author:
Chris Beams
See Also:
  • Constructor Details

    • SchedulingConfiguration

      public SchedulingConfiguration()
  • Method Details