Generated by
JDiff

Class org.springframework.context.support.AbstractApplicationContext

Removed Methods
void addListener(ApplicationListener<?>) Subclasses can invoke this method to register a listener.
 

Added Methods
void assertBeanFactoryActive() Assert that this context's BeanFactory is currently active, throwing an IllegalStateException if it isn't.
String[] getBeanNamesForAnnotation(Class<Annotation>)  
 

Changed Methods
Annotation findAnnotationOnBean(String, Class<A>) Change in exceptions thrown from no exceptions to org.springframework.beans.factory.NoSuchBeanDefinitionException.