List of usage examples for org.springframework.scheduling.annotation ScheduledAnnotationBeanPostProcessor ScheduledAnnotationBeanPostProcessor
public ScheduledAnnotationBeanPostProcessor()
From source file:in.waghmare.Application.java
@Bean public ScheduledAnnotationBeanPostProcessor scheduledAnnotationBeanPostProcessor() { return new ScheduledAnnotationBeanPostProcessor(); }