Generated by
JDiff

Class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry

Added Methods
boolean isActuallyInCreation(String)  
boolean isCurrentlyInCreation(String)  
 

Changed Methods
boolean isSingletonCurrentlyInCreation(String) Change from final to non-final.
Return whether the specified singleton bean is currently in creation (within the entire factory).
void setCurrentlyInCreation(String, boolean) Change from final to non-final.