Generated by
JDiff

Package org.springframework.context.annotation

Added Interfaces
AnnotationConfigRegistry Common interface for annotation config application contexts, defining .register and .scan methods.
 

Changed Classes
AnnotationConfigApplicationContext Standalone application context, accepting annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component types and JSR-330 compliant classes using {@code javax.inject} annotations.
AnnotationConfigUtils Utility class that allows for convenient registration of common org.springframework.beans.factory.config.BeanPostProcessor and org.springframework.beans.factory.config.BeanFactoryPostProcessor definitions for annotation-based configuration.