Generated by
JDiff

Package org.springframework.beans.factory.support

Changed Classes
AbstractBeanDefinition Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of GenericBeanDefinition, RootBeanDefinition, and ChildBeanDefinition.
BeanDefinitionDefaults A simple holder for {@code BeanDefinition} property defaults.
DefaultBeanNameGenerator Default implementation of the BeanNameGenerator interface, delegating to BeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry).
RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.