Generated by
JDiff

Package org.springframework.beans.factory

Added Classes and Interfaces
InjectionPoint A simple descriptor for an injection point, pointing to a method/constructor parameter or a field.
ObjectProvider A variant of ObjectFactory designed specifically for injection points, allowing for programmatic optionality and lenient not-unique handling.
 

Changed Classes
NoUniqueBeanDefinitionException Exception thrown when a {@code BeanFactory} is asked for a bean instance for which multiple matching candidates have been found when only one matching bean was expected.
UnsatisfiedDependencyException Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.