Generated by
JDiff

Class org.springframework.validation.beanvalidation.MethodValidationPostProcessor

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.config.BeanPostProcessor, org.springframework.core.Ordered.
Documentation changed from old to new.

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