Generated by
JDiff

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

Removed Constructors
AbstractBeanDefinition(AbstractBeanDefinition) Create a new AbstractBeanDefinition as a deep copy of the given bean definition.
 

Removed Methods
void overrideFrom(AbstractBeanDefinition) 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 setSingleton(boolean) Set if this a Singleton, with a single, shared instance returned on all calls.