Generated by
JDiff

Class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor

Removed interfaces org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener.
Added interfaces org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton.

Removed Methods
void onApplicationEvent(ContextRefreshedEvent)  
 

Added Methods
void afterSingletonsInstantiated()  
void setBeanFactory(BeanFactory) Making a BeanFactory available is optional; if not set, SchedulingConfigurer beans won't get autodetected and a scheduler has to be explicitly configured.
 

Changed Methods
void setApplicationContext(ApplicationContext) Now deprecated.
as of Spring 4.1, in favor of {@link #setBeanFactory}