Generated by
JDiff

Class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor

The superclass changed from org.springframework.aop.framework.ProxyConfig to org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor.
Removed interfaces org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered.

Removed Methods
void afterPropertiesSet()  
 

Changed Methods
int getOrder() Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
Object postProcessAfterInitialization(Object, String) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
Object postProcessBeforeInitialization(Object, String) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
void setBeanClassLoader(ClassLoader) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.  
void setBeanFactory(BeanFactory) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
 
void setOrder(int) Method was locally defined, but is now inherited from AbstractAdvisingBeanPostProcessor.