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-based retry and concurrency limit support.
Annotation support for asynchronous method execution.
-
Uses of Configuration in org.springframework.cache.annotation
Classes 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.annotation
Classes 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.resilience.annotation
Classes in org.springframework.resilience.annotation with annotations of type ConfigurationModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based method invocations with retry and concurrency limit behavior. -
Uses of Configuration in org.springframework.scheduling.annotation
Classes 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.