Interface ImportAware
- All Superinterfaces:
- Aware
- All Known Implementing Classes:
- AbstractAsyncConfiguration,- AbstractCachingConfiguration,- AbstractJCacheConfiguration,- AbstractTransactionManagementConfiguration,- AspectJAsyncConfiguration,- AspectJCachingConfiguration,- AspectJJCacheConfiguration,- AspectJJtaTransactionManagementConfiguration,- AspectJTransactionManagementConfiguration,- LoadTimeWeavingConfiguration,- MBeanExportConfiguration,- ProxyAsyncConfiguration,- ProxyCachingConfiguration,- ProxyJCacheConfiguration,- ProxyTransactionManagementConfiguration
Interface to be implemented by any @
Configuration class that wishes
 to be injected with the AnnotationMetadata of the @Configuration
 class that imported it. Useful in conjunction with annotations that
 use @Import as a meta-annotation.- Since:
- 3.1
- Author:
- Chris Beams
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetImportMetadata(AnnotationMetadata importMetadata) Set the annotation metadata of the importing @Configurationclass.
- 
Method Details- 
setImportMetadataSet the annotation metadata of the importing @Configurationclass.
 
-