| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachingConfigurationSelectorSelects which implementation of  AbstractCachingConfigurationshould
 be used based on the value ofEnableCaching.mode()on the importing@Configurationclass. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DeferredImportSelectorA variation of  ImportSelectorthat runs after all@Configurationbeans
 have been processed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AdviceModeImportSelector<A extends Annotation>Convenient base class for  ImportSelectorimplementations that select imports
 based on anAdviceModevalue from an annotation (such as the@Enable*annotations). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncConfigurationSelectorSelects which implementation of  AbstractAsyncConfigurationshould
 be used based on the value ofEnableAsync.mode()on the importing@Configurationclass. |