Generated by
JDiff

Package org.springframework.beans.factory.support

Changed Classes
AbstractAutowireCapableBeanFactory Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractBeanDefinition Base class for concrete, full-fledged org.springframework.beans.factory.config.BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanFactory Abstract base class for org.springframework.beans.factory.BeanFactory implementations, providing the full capabilities of the org.springframework.beans.factory.config.ConfigurableBeanFactory SPI.
CglibSubclassingInstantiationStrategy Default object instantiation strategy for use in BeanFactories.
DefaultSingletonBeanRegistry Generic registry for shared bean instances, implementing the org.springframework.beans.factory.config.SingletonBeanRegistry.