class org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup implements org.springframework.context.annotation.DeferredImportSelector$Group
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.context.annotation.DeferredImportSelector$Group$Entry> imports;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup this
         0: .line 886
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 888
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup.imports:Ljava/util/List;
         2: .line 886
            return
        end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/context/annotation/ConfigurationClassParser$DefaultDeferredImportSelectorGroup;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup this
        start local 1 // org.springframework.core.type.AnnotationMetadata metadata
        start local 2 // org.springframework.context.annotation.DeferredImportSelector selector
         0: .line 892
            aload 2 /* selector */
            aload 1 /* metadata */
            invokeinterface org.springframework.context.annotation.DeferredImportSelector.selectImports:(Lorg/springframework/core/type/AnnotationMetadata;)[Ljava/lang/String;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup org.springframework.core.type.AnnotationMetadata org.springframework.context.annotation.DeferredImportSelector top int int java.lang.String[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* importClassName */
        start local 3 // java.lang.String importClassName
         2: .line 893
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup.imports:Ljava/util/List;
            new org.springframework.context.annotation.DeferredImportSelector$Group$Entry
            dup
            aload 1 /* metadata */
            aload 3 /* importClassName */
            invokespecial org.springframework.context.annotation.DeferredImportSelector$Group$Entry.<init>:(Lorg/springframework/core/type/AnnotationMetadata;Ljava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.String importClassName
         3: .line 892
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 895
            return
        end local 2 // org.springframework.context.annotation.DeferredImportSelector selector
        end local 1 // org.springframework.core.type.AnnotationMetadata metadata
        end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/springframework/context/annotation/ConfigurationClassParser$DefaultDeferredImportSelectorGroup;
            0    6     1         metadata  Lorg/springframework/core/type/AnnotationMetadata;
            0    6     2         selector  Lorg/springframework/context/annotation/DeferredImportSelector;
            2    3     3  importClassName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      metadata  
      selector  

  public java.lang.Iterable<org.springframework.context.annotation.DeferredImportSelector$Group$Entry> selectImports();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup this
         0: .line 899
            aload 0 /* this */
            getfield org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup.imports:Ljava/util/List;
            areturn
        end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationClassParser$DefaultDeferredImportSelectorGroup;
    Signature: ()Ljava/lang/Iterable<Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;>;
}
SourceFile: "ConfigurationClassParser.java"
NestHost: org.springframework.context.annotation.ConfigurationClassParser
InnerClasses:
  private DefaultDeferredImportSelectorGroup = org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup of org.springframework.context.annotation.ConfigurationClassParser
  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