Uses of Annotation Interface
org.springframework.context.annotation.Configuration
Packages that use Configuration
Package
Description
Annotations and supporting classes for declarative cache management.
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
Annotation support for asynchronous method execution.
- 
Uses of Configuration in org.springframework.cache.annotationClasses in org.springframework.cache.annotation with annotations of type ConfigurationModifier and TypeClassDescriptionclassAbstract base@Configurationclass providing common structure for enabling Spring's annotation-driven cache management capability.class@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.
- 
Uses of Configuration in org.springframework.context.annotationClasses in org.springframework.context.annotation with annotations of type ConfigurationModifier and TypeClassDescriptionclass@Configurationclass that registers aLoadTimeWeaverbean.class@Configurationclass that registers aAnnotationMBeanExporterbean.
- 
Uses of Configuration in org.springframework.scheduling.annotationClasses in org.springframework.scheduling.annotation with annotations of type ConfigurationModifier and TypeClassDescriptionclassAbstract baseConfigurationclass providing common structure for enabling Spring's asynchronous method execution capability.class@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.class@Configurationclass that registers aScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduledannotation.