Uses of Class
org.springframework.context.annotation.Configuration
Packages that use Configuration Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.cache.aspectj org.springframework.cache.jcache.config Support package for declarative JSR-107 caching configuration.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.annotation.aspectj org.springframework.jms.annotation Annotations and support classes for declarative JMS listener endpoints.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.aspectj org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.org.springframework.transaction.aspectj org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.Uses of Configuration in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation with annotations of type Configuration Modifier and Type Class Description classAbstractCachingConfigurationAbstract base@Configurationclass providing common structure for enabling Spring's annotation-driven cache management capability.classProxyCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.Uses of Configuration in org.springframework.cache.aspectj
Classes in org.springframework.cache.aspectj with annotations of type Configuration Modifier and Type Class Description classAspectJCachingConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.classAspectJJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.Uses of Configuration in org.springframework.cache.jcache.config
Classes in org.springframework.cache.jcache.config with annotations of type Configuration Modifier and Type Class Description classAbstractJCacheConfigurationAbstract JSR-107 specific@Configurationclass providing common structure for enabling JSR-107 annotation-driven cache management capability.classProxyJCacheConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.Uses of Configuration in org.springframework.context.annotation
Classes in org.springframework.context.annotation with annotations of type Configuration Modifier and Type Class Description classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.classMBeanExportConfiguration@Configurationclass that registers aAnnotationMBeanExporterbean.Uses of Configuration in org.springframework.context.annotation.aspectj
Classes in org.springframework.context.annotation.aspectj with annotations of type Configuration Modifier and Type Class Description classSpringConfiguredConfiguration@Configurationclass that registers anAnnotationBeanConfigurerAspectcapable of performing dependency injection services for non-Spring managed objects annotated with @Configurable.Uses of Configuration in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation with annotations of type Configuration Modifier and Type Class Description classJmsBootstrapConfiguration@Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListenerannotation.Uses of Configuration in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation with annotations of type Configuration Modifier and Type Class Description classAbstractAsyncConfigurationAbstract baseConfigurationclass providing common structure for enabling Spring's asynchronous method execution capability.classProxyAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.classSchedulingConfiguration@Configurationclass that registers aScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduledannotation.Uses of Configuration in org.springframework.scheduling.aspectj
Classes in org.springframework.scheduling.aspectj with annotations of type Configuration Modifier and Type Class Description classAspectJAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.Uses of Configuration in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation with annotations of type Configuration Modifier and Type Class Description classAbstractTransactionManagementConfigurationAbstract base@Configurationclass providing common structure for enabling Spring's annotation-driven transaction management capability.classProxyTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.Uses of Configuration in org.springframework.transaction.aspectj
Classes in org.springframework.transaction.aspectj with annotations of type Configuration Modifier and Type Class Description classAspectJJtaTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2Transactionalannotation in addition to Spring's ownTransactionalannotation.classAspectJTransactionManagementConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactionalannotation.Uses of Configuration in org.springframework.web.reactive.config
Classes in org.springframework.web.reactive.config with annotations of type Configuration Modifier and Type Class Description classDelegatingWebFluxConfigurationA subclass ofWebFluxConfigurationSupportthat detects and delegates to all beans of typeWebFluxConfigurerallowing them to customize the configuration provided byWebFluxConfigurationSupport.Uses of Configuration in org.springframework.web.servlet.config.annotation
Classes in org.springframework.web.servlet.config.annotation with annotations of type Configuration Modifier and Type Class Description classDelegatingWebMvcConfigurationA subclass ofWebMvcConfigurationSupportthat detects and delegates to all beans of typeWebMvcConfigurerallowing them to customize the configuration provided byWebMvcConfigurationSupport.Uses of Configuration in org.springframework.web.socket.config.annotation
Classes in org.springframework.web.socket.config.annotation with annotations of type Configuration Modifier and Type Class Description classDelegatingWebSocketConfigurationA variation ofWebSocketConfigurationSupportthat detects implementations ofWebSocketConfigurerin Spring configuration and invokes them in order to configure WebSocket request handling.classWebSocketMessageBrokerConfigurationSupport.