Generated by
JDiff

Package org.springframework.scheduling.annotation

Added Classes
Schedules Container annotation that aggregates several Scheduled annotations.
 

Changed Classes
AbstractAsyncConfiguration Abstract base {@code Configuration} class providing common structure for enabling Spring's asynchronous method execution capability.
ScheduledAnnotationBeanPostProcessor Bean post-processor that registers methods annotated with @Scheduled to be invoked by a org.springframework.scheduling.TaskScheduler according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.