Generated by
JDiff

Package org.springframework.beans.factory.annotation

Added Classes
BeanFactoryAnnotationUtils Convenience methods performing bean lookups related to annotations, for example Spring's @Qualifier annotation.
 

Changed Classes
AnnotatedGenericBeanDefinition Extension of the org.springframework.beans.factory.support.GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
Autowired Marks a constructor, field, setter method or config method as to be autowired by Spring's dependency injection facilities.
Value Annotation at the field or method/constructor parameter level that indicates a default value expression for the affected argument.