Uses of Interface
org.springframework.context.annotation.ImportAware
Packages that use ImportAware
Package
Description
Annotations and supporting classes for declarative cache management.
Support package for declarative JSR-107 caching configuration.
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.
Spring's support for annotation-based transaction demarcation.
- 
Uses of ImportAware in org.springframework.cache.annotationClasses in org.springframework.cache.annotation that implement ImportAwareModifier 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 ImportAware in org.springframework.cache.aspectjClasses in org.springframework.cache.aspectj that implement ImportAwareModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.class@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.
- 
Uses of ImportAware in org.springframework.cache.jcache.configClasses in org.springframework.cache.jcache.config that implement ImportAwareModifier and TypeClassDescriptionclassAbstract JSR-107 specific@Configurationclass providing common structure for enabling JSR-107 annotation-driven cache management capability.class@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.
- 
Uses of ImportAware in org.springframework.context.annotationClasses in org.springframework.context.annotation that implement ImportAwareModifier and TypeClassDescriptionclass@Configurationclass that registers aLoadTimeWeaverbean.class@Configurationclass that registers aAnnotationMBeanExporterbean.
- 
Uses of ImportAware in org.springframework.scheduling.annotationClasses in org.springframework.scheduling.annotation that implement ImportAwareModifier 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.
- 
Uses of ImportAware in org.springframework.scheduling.aspectjClasses in org.springframework.scheduling.aspectj that implement ImportAwareModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based asynchronous method execution.
- 
Uses of ImportAware in org.springframework.transaction.annotationClasses in org.springframework.transaction.annotation that implement ImportAwareModifier and TypeClassDescriptionclassAbstract base@Configurationclass providing common structure for enabling Spring's annotation-driven transaction management capability.class@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.
- 
Uses of ImportAware in org.springframework.transaction.aspectjClasses in org.springframework.transaction.aspectj that implement ImportAwareModifier and TypeClassDescriptionclass@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.class@Configurationclass that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactionalannotation.