Generated by
JDiff

Package org.springframework.context.annotation

Added Classes and Interfaces
Condition A single {@code condition} that must be #matches matched in order for a component to be registered.
ConditionContext Context information for use by Conditions.
Conditional Indicates that a component is is only eligible for registration when all #value() specified conditions match.
DeferredImportSelector A variation of ImportSelector that runs after all {@code @Configuration} beans have been processed.
 

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.