Generated by
JDiff

Package org.springframework.beans.factory.config

Changed Classes and Interfaces
AutowireCapableBeanFactory Extension of the org.springframework.beans.factory.BeanFactory interface to be implemented by bean factories that are capable of autowiring, provided that they want to expose this functionality for existing bean instances.
ConstructorArgumentValues Holder for constructor argument values, typically as part of a bean definition.
CustomEditorConfigurer BeanFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
DependencyDescriptor Descriptor for a specific dependency that is about to be injected.
PropertiesFactoryBean Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
TypedStringValue Holder for a typed String value.