Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.scheduling.annotation |
Annotation support for asynchronous method execution.
|
org.springframework.transaction.annotation |
Spring's support for annotation-based transaction demarcation.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingConfigurationSelector
Selects which implementation of
AbstractCachingConfiguration should
be used based on the value of EnableCaching.mode() on the importing
@Configuration class. |
Modifier and Type | Class and Description |
---|---|
class |
AsyncConfigurationSelector
Selects which implementation of
AbstractAsyncConfiguration should
be used based on the value of EnableAsync.mode() on the importing
@Configuration class. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionManagementConfigurationSelector
Selects which implementation of
AbstractTransactionManagementConfiguration
should be used based on the value of EnableTransactionManagement.mode() on the
importing @Configuration class. |