Generated by
JDiff

Class org.springframework.beans.factory.support.AbstractBeanDefinition

Changed Constructors
AbstractBeanDefinition(BeanDefinition) Documentation changed from old to new.
Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
AbstractBeanDefinition(AbstractBeanDefinition) Documentation changed from old to new.
since Spring 2.5, in favor of {@link #AbstractBeanDefinition(BeanDefinition)}
 

Changed Methods
void overrideFrom(BeanDefinition) Documentation changed from old to new.
Override settings in this bean definition (presumably a copied parent from a parent-child inheritance relationship) from the given bean definition (presumably the child).
void overrideFrom(AbstractBeanDefinition) Documentation changed from old to new.
since Spring 2.5, in favor of {@link #overrideFrom(BeanDefinition)}
 

Changed Fields
String INFER_METHOD Documentation changed from old to new.
Constant that indicates the container should attempt to infer the destroy method name for a bean as opposed to explicit specification of a method name.