接口的使用
org.springframework.context.annotation.ImportAware
使用ImportAware的程序包 程序包 说明 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.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.cache.annotation中ImportAware的使用
实现ImportAware的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中ImportAware的使用
实现ImportAware的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中ImportAware的使用
实现ImportAware的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中ImportAware的使用
实现ImportAware的org.springframework.context.annotation中的类 修饰符和类型 类 说明 classLoadTimeWeavingConfiguration@Configurationclass that registers aLoadTimeWeaverbean.classMBeanExportConfiguration@Configurationclass that registers aAnnotationMBeanExporterbean.org.springframework.scheduling.annotation中ImportAware的使用
实现ImportAware的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.org.springframework.scheduling.aspectj中ImportAware的使用
实现ImportAware的org.springframework.scheduling.aspectj中的类 修饰符和类型 类 说明 classAspectJAsyncConfiguration@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.org.springframework.transaction.annotation中ImportAware的使用
实现ImportAware的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中ImportAware的使用
实现ImportAware的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.