类的使用
org.springframework.context.annotation.Configuration
使用Configuration的程序包 程序包 说明 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.org.springframework.cache.annotation中Configuration的使用
注释类型为Configuration的org.springframework.cache.annotation中的类 修饰符和类型 类 说明 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.org.springframework.cache.aspectj中Configuration的使用
注释类型为Configuration的org.springframework.cache.aspectj中的类 修饰符和类型 类 说明 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.org.springframework.cache.jcache.config中Configuration的使用
注释类型为Configuration的org.springframework.cache.jcache.config中的类 修饰符和类型 类 说明 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.org.springframework.context.annotation中Configuration的使用
注释类型为Configuration的org.springframework.context.annotation中的类 修饰符和类型 类 说明 classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.classMBeanExportConfiguration@Configurationclass that registers aAnnotationMBeanExporterbean.org.springframework.context.annotation.aspectj中Configuration的使用
注释类型为Configuration的org.springframework.context.annotation.aspectj中的类 修饰符和类型 类 说明 classSpringConfiguredConfiguration@Configurationclass that registers anAnnotationBeanConfigurerAspectcapable of performing dependency injection services for non-Spring managed objects annotated with @Configurable.org.springframework.jms.annotation中Configuration的使用
注释类型为Configuration的org.springframework.jms.annotation中的类 修饰符和类型 类 说明 classJmsBootstrapConfiguration@Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's @JmsListenerannotation.org.springframework.scheduling.annotation中Configuration的使用
注释类型为Configuration的org.springframework.scheduling.annotation中的类 修饰符和类型 类 说明 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.org.springframework.scheduling.aspectj中Configuration的使用
注释类型为Configuration的org.springframework.scheduling.aspectj中的类 修饰符和类型 类 说明 classAspectJAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.org.springframework.transaction.annotation中Configuration的使用
注释类型为Configuration的org.springframework.transaction.annotation中的类 修饰符和类型 类 说明 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.org.springframework.transaction.aspectj中Configuration的使用
注释类型为Configuration的org.springframework.transaction.aspectj中的类 修饰符和类型 类 说明 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.org.springframework.web.reactive.config中Configuration的使用
注释类型为Configuration的org.springframework.web.reactive.config中的类 修饰符和类型 类 说明 classDelegatingWebFluxConfigurationA subclass ofWebFluxConfigurationSupportthat detects and delegates to all beans of typeWebFluxConfigurerallowing them to customize the configuration provided byWebFluxConfigurationSupport.org.springframework.web.servlet.config.annotation中Configuration的使用
注释类型为Configuration的org.springframework.web.servlet.config.annotation中的类 修饰符和类型 类 说明 classDelegatingWebMvcConfigurationA subclass ofWebMvcConfigurationSupportthat detects and delegates to all beans of typeWebMvcConfigurerallowing them to customize the configuration provided byWebMvcConfigurationSupport.org.springframework.web.socket.config.annotation中Configuration的使用
注释类型为Configuration的org.springframework.web.socket.config.annotation中的类 修饰符和类型 类 说明 classDelegatingWebSocketConfigurationA variation ofWebSocketConfigurationSupportthat detects implementations ofWebSocketConfigurerin Spring configuration and invokes them in order to configure WebSocket request handling.classDelegatingWebSocketMessageBrokerConfigurationAWebSocketMessageBrokerConfigurationSupportextension that detects beans of typeWebSocketMessageBrokerConfigurerand delegates to all of them allowing callback style customization of the configuration provided inWebSocketMessageBrokerConfigurationSupport.