| Package | Description | 
|---|---|
| org.springframework.scheduling.annotation | Java 5 annotation for asynchronous method execution. | 
| org.springframework.scheduling.config | Support package for declarative scheduling configuration,
 with XML schema being the primary configuration format. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SchedulingConfigurer. configureTasks(ScheduledTaskRegistrar taskRegistrar)Callback allowing a  TaskSchedulerand specificTaskinstances to be registered against the given theScheduledTaskRegistrar. | 
| Constructor and Description | 
|---|
| ScheduledAnnotationBeanPostProcessor(ScheduledTaskRegistrar registrar)Create a  ScheduledAnnotationBeanPostProcessordelegating to the
 specifiedScheduledTaskRegistrar. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContextLifecycleScheduledTaskRegistrarScheduledTaskRegistrarsubclass which redirects the actual scheduling
 of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback (as of 4.1.2). |