Example usage for org.springframework.scheduling.annotation ScheduledAnnotationBeanPostProcessor ScheduledAnnotationBeanPostProcessor

List of usage examples for org.springframework.scheduling.annotation ScheduledAnnotationBeanPostProcessor ScheduledAnnotationBeanPostProcessor

Introduction

In this page you can find the example usage for org.springframework.scheduling.annotation ScheduledAnnotationBeanPostProcessor ScheduledAnnotationBeanPostProcessor.

Prototype

public ScheduledAnnotationBeanPostProcessor() 

Source Link

Document

Create a default ScheduledAnnotationBeanPostProcessor .

Usage

From source file:in.waghmare.Application.java

@Bean
public ScheduledAnnotationBeanPostProcessor scheduledAnnotationBeanPostProcessor() {
    return new ScheduledAnnotationBeanPostProcessor();
}