public static interface DeferredImportSelector.Group
Modifier and Type | Interface and Description |
---|---|
static class |
DeferredImportSelector.Group.Entry
An entry that holds the
AnnotationMetadata of the importing
Configuration class and the class name to import. |
Modifier and Type | Method and Description |
---|---|
void |
process(AnnotationMetadata metadata,
DeferredImportSelector selector)
Process the
AnnotationMetadata of the importing @Configuration
class using the specified DeferredImportSelector . |
Iterable<DeferredImportSelector.Group.Entry> |
selectImports()
Return the
entries of which class(es) should be imported
for this group. |
void process(AnnotationMetadata metadata, DeferredImportSelector selector)
AnnotationMetadata
of the importing @Configuration
class using the specified DeferredImportSelector
.Iterable<DeferredImportSelector.Group.Entry> selectImports()
entries
of which class(es) should be imported
for this group.