package

org.springframework.context.config

Support package for advanced application context configuration, with XML schema being the primary configuration format.

Interfaces

FeatureSpecification Interface to be implemented by objects that specify the configuration of a particular feature of the Spring container e.g., component-scanning, JMX MBean exporting, AspectJ auto-proxying, annotation-driven transaction management, and so on. 
FeatureSpecificationExecutor Interface for executing a populated FeatureSpecification
SourceAwareSpecification TODO SPR-7420: document 

Classes

AbstractFeatureSpecification TODO SPR-7420: document 
AbstractSpecificationBeanDefinitionParser TODO SPR-7420: document 
AbstractSpecificationExecutor<S extends FeatureSpecification> TODO SPR-7420: document 
ContextNamespaceHandler NamespaceHandler for the 'context' namespace. 
SpecificationContext TODO: rename to SpecificationContext? 

Enums

AdviceMode TODO SPR-7420: document