Generated by
JDiff

Class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor

Changed Methods
Object autowireResource(BeanFactory, LookupElement, String) Change in exceptions thrown from org.springframework.beans.BeansException to org.springframework.beans.factory.NoSuchBeanDefinitionException.
Obtain a resource object for the given name and type through autowiring based on the given factory.
Object getResource(LookupElement, String) Change in exceptions thrown from org.springframework.beans.BeansException to org.springframework.beans.factory.NoSuchBeanDefinitionException.
Obtain the resource object for the given name and type.
boolean postProcessAfterInstantiation(Object, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
 
Object postProcessBeforeInstantiation(Class<?>, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.
 
PropertyValues postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.