Uses of Annotation Interface
org.springframework.context.annotation.Import
Packages that use Import
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 Import in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation with annotations of type ImportModifier and TypeClassDescription@interfaceEnables Spring's annotation-driven cache management capability, similar to the support found in Spring's<cache:*>XML namespace. -
Uses of Import in org.springframework.context.annotation
Classes in org.springframework.context.annotation with annotations of type ImportModifier and TypeClassDescription@interfaceEnables support for handling components marked with AspectJ's@Aspectannotation, similar to functionality found in Spring's<aop:aspectj-autoproxy>XML element.@interfaceActivates a SpringLoadTimeWeaverfor this application context, available as a bean with the name "loadTimeWeaver", similar to the<context:load-time-weaver>element in Spring XML.@interfaceEnables default exporting of all standardMBeans from the Spring context, as well as all@ManagedResourceannotated beans. -
Uses of Import in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation with annotations of type ImportModifier and TypeClassDescription@interfaceEnables Spring's asynchronous method execution capability, similar to functionality found in Spring's<task:*>XML namespace.@interfaceEnables Spring's scheduled task execution capability, similar to functionality found in Spring's<task:*>XML namespace.