public interface ImportSelector
Configuration
class(es) should be imported based on a given selection criteria, usually one or more
annotation attributes.Import
,
ImportBeanDefinitionRegistrar
,
Configuration
Modifier and Type | Method and Description |
---|---|
String[] |
selectImports(AnnotationMetadata importingClassMetadata)
Select and return the names of which class(es) should be imported based on
the
AnnotationMetadata of the importing @Configuration class. |
String[] selectImports(AnnotationMetadata importingClassMetadata)
AnnotationMetadata
of the importing @Configuration
class.