| 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 |
| 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? |
| AdviceMode | TODO SPR-7420: document |