Uses of Interface
org.springframework.context.annotation.ImportAware
Packages that use ImportAware
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 support for asynchronous method execution.
-
Uses of ImportAware in org.springframework.cache.annotation
Classes 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.context.annotation
Classes 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.annotation
Classes 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.