Spring MVC - Class Diagram - Classes that extend AdviceModeImportSelector






NameTypePackageDescriptionDetail

AdviceModeImportSelectorClassorg.springframework.
context.annotation
Convenient base class for ImportSelector implementations that select importsbased on an AdviceMode value from an annotation (such as the @Enable*Detail
AsyncConfigurationSelectorClassorg.springframework.
scheduling.annotation
Selects which implementation of AbstractAsyncConfiguration should be used basedon the value of EnableAsync.Detail
CachingConfigurationSelectorClassorg.springframework.
cache.annotation
Selects which implementation of AbstractCachingConfiguration should be usedbased on the value of EnableCaching.Detail
TransactionManagement
ConfigurationSelector
Classorg.springframework.
transaction.annotation
Selects which implementation of AbstractTransactionManagementConfigurationshould be used based on the value of EnableTransactionManagement.Detail