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.
 

Changed Methods
Class<?> resolveBeanClass(ClassLoader) Change in return type from Class to Class<?>.
Determine the class of the wrapped bean, resolving it from a specified class name if necessary.