public static interface DeferredImportSelector.Group
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DeferredImportSelector.Group.EntryAn entry that holds the  AnnotationMetadataof the importingConfigurationclass and the class name to import. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | process(AnnotationMetadata metadata,
       DeferredImportSelector selector)Process the  AnnotationMetadataof the importing @Configurationclass using the specifiedDeferredImportSelector. | 
| Iterable<DeferredImportSelector.Group.Entry> | selectImports()Return the  entriesof 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.