Uses of Interface
org.springframework.context.annotation.ImportSelector
Packages that use ImportSelector
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.
Java 5 annotation for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
- 
Uses of ImportSelector in org.springframework.cache.annotationClasses in org.springframework.cache.annotation that implement ImportSelectorModifier and TypeClassDescriptionclassSelects which implementation ofAbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass.
- 
Uses of ImportSelector in org.springframework.context.annotationSubinterfaces of ImportSelector in org.springframework.context.annotationModifier and TypeInterfaceDescriptioninterfaceA variation ofImportSelectorthat runs after all@Configurationbeans have been processed.Classes in org.springframework.context.annotation that implement ImportSelectorModifier and TypeClassDescriptionclassAdviceModeImportSelector<A extends Annotation>Convenient base class forImportSelectorimplementations that select imports based on anAdviceModevalue from an annotation (such as the@Enable*annotations).
- 
Uses of ImportSelector in org.springframework.scheduling.annotationClasses in org.springframework.scheduling.annotation that implement ImportSelectorModifier and TypeClassDescriptionclassSelects which implementation ofAbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass.
- 
Uses of ImportSelector in org.springframework.transaction.annotationClasses in org.springframework.transaction.annotation that implement ImportSelectorModifier and TypeClassDescriptionclassSelects which implementation ofAbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass.