Uses of Interface
org.springframework.context.annotation.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.
Annotation support for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
-
Uses of ImportSelector in org.springframework.cache.annotation
Modifier and TypeClassDescriptionclass
Selects which implementation ofAbstractCachingConfiguration
should be used based on the value ofEnableCaching.mode()
on the importing@Configuration
class. -
Uses of ImportSelector in org.springframework.context.annotation
Modifier and TypeInterfaceDescriptioninterface
A variation ofImportSelector
that runs after all@Configuration
beans have been processed.Modifier and TypeClassDescriptionclass
AdviceModeImportSelector<A extends Annotation>
Convenient base class forImportSelector
implementations that select imports based on anAdviceMode
value from an annotation (such as the@Enable*
annotations). -
Uses of ImportSelector in org.springframework.scheduling.annotation
Modifier and TypeClassDescriptionclass
Selects which implementation ofAbstractAsyncConfiguration
should be used based on the value ofEnableAsync.mode()
on the importing@Configuration
class. -
Uses of ImportSelector in org.springframework.transaction.annotation
Modifier and TypeClassDescriptionclass
Selects which implementation ofAbstractTransactionManagementConfiguration
should be used based on the value ofEnableTransactionManagement.mode()
on the importing@Configuration
class.