Uses of Interface
org.springframework.context.annotation.ImportSelector
Packages that use ImportSelector Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.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.transaction.annotation Spring's support for annotation-based transaction demarcation.Uses of ImportSelector in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation that implement ImportSelector Modifier and Type Class Description classCachingConfigurationSelectorSelects which implementation ofAbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass.Uses of ImportSelector in org.springframework.context.annotation
Subinterfaces of ImportSelector in org.springframework.context.annotation Modifier and Type Interface Description interfaceDeferredImportSelectorA variation ofImportSelectorthat runs after all@Configurationbeans have been processed.Classes in org.springframework.context.annotation that implement ImportSelector Modifier and Type Class Description classAdviceModeImportSelector<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.annotation
Classes in org.springframework.scheduling.annotation that implement ImportSelector Modifier and Type Class Description classAsyncConfigurationSelectorSelects which implementation ofAbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass.Uses of ImportSelector in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation that implement ImportSelector Modifier and Type Class Description classTransactionManagementConfigurationSelectorSelects which implementation ofAbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass.