Generated by
JDiff

Class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor

Changed Methods
Constructor[] determineCandidateConstructors(Class<?>, String) Change in exceptions thrown from org.springframework.beans.BeansException to org.springframework.beans.factory.BeanCreationException.
 
PropertyValues postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) Change in exceptions thrown from org.springframework.beans.BeansException to org.springframework.beans.factory.BeanCreationException.
 
void processInjection(Object) Change in exceptions thrown from org.springframework.beans.BeansException to org.springframework.beans.factory.BeanCreationException.
'Native' processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with {@code @Autowired}.
void setBeanFactory(BeanFactory) Change in exceptions thrown from org.springframework.beans.BeansException to no exceptions.