public interface org.springframework.context.annotation.DeferredImportSelector$Group
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.annotation.DeferredImportSelector$Group
  super_class: java.lang.Object
{
  public abstract void process(org.springframework.core.type.AnnotationMetadata, org.springframework.context.annotation.DeferredImportSelector);
    descriptor: (Lorg/springframework/core/type/AnnotationMetadata;Lorg/springframework/context/annotation/DeferredImportSelector;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      metadata  
      selector  

  public abstract java.lang.Iterable<org.springframework.context.annotation.DeferredImportSelector$Group$Entry> selectImports();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Iterable<Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;>;
}
SourceFile: "DeferredImportSelector.java"
NestHost: org.springframework.context.annotation.DeferredImportSelector
InnerClasses:
  public abstract Group = org.springframework.context.annotation.DeferredImportSelector$Group of org.springframework.context.annotation.DeferredImportSelector
  public Entry = org.springframework.context.annotation.DeferredImportSelector$Group$Entry of org.springframework.context.annotation.DeferredImportSelector$Group