class org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember implements java.lang.Comparable<org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.context.Lifecycle bean;
    descriptor: Lorg/springframework/context/Lifecycle;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.springframework.context.support.DefaultLifecycleProcessor this$0;
    descriptor: Lorg/springframework/context/support/DefaultLifecycleProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.context.support.DefaultLifecycleProcessor, java.lang.String, org.springframework.context.Lifecycle);
    descriptor: (Lorg/springframework/context/support/DefaultLifecycleProcessor;Ljava/lang/String;Lorg/springframework/context/Lifecycle;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember this
        start local 2 // java.lang.String name
        start local 3 // org.springframework.context.Lifecycle bean
         0: .line 408
            aload 0 /* this */
            aload 1
            putfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.this$0:Lorg/springframework/context/support/DefaultLifecycleProcessor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 409
            aload 0 /* this */
            aload 2 /* name */
            putfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.name:Ljava/lang/String;
         2: .line 410
            aload 0 /* this */
            aload 3 /* bean */
            putfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.bean:Lorg/springframework/context/Lifecycle;
         3: .line 411
            return
        end local 3 // org.springframework.context.Lifecycle bean
        end local 2 // java.lang.String name
        end local 0 // org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/context/support/DefaultLifecycleProcessor$LifecycleGroupMember;
            0    4     2  name  Ljava/lang/String;
            0    4     3  bean  Lorg/springframework/context/Lifecycle;
    MethodParameters:
        Name  Flags
      this$0  final
      name    
      bean    

  public int compareTo(org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember);
    descriptor: (Lorg/springframework/context/support/DefaultLifecycleProcessor$LifecycleGroupMember;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember this
        start local 1 // org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember other
         0: .line 415
            aload 0 /* this */
            getfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.this$0:Lorg/springframework/context/support/DefaultLifecycleProcessor;
            aload 0 /* this */
            getfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.bean:Lorg/springframework/context/Lifecycle;
            invokevirtual org.springframework.context.support.DefaultLifecycleProcessor.getPhase:(Lorg/springframework/context/Lifecycle;)I
            istore 2 /* thisPhase */
        start local 2 // int thisPhase
         1: .line 416
            aload 0 /* this */
            getfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.this$0:Lorg/springframework/context/support/DefaultLifecycleProcessor;
            aload 1 /* other */
            getfield org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.bean:Lorg/springframework/context/Lifecycle;
            invokevirtual org.springframework.context.support.DefaultLifecycleProcessor.getPhase:(Lorg/springframework/context/Lifecycle;)I
            istore 3 /* otherPhase */
        start local 3 // int otherPhase
         2: .line 417
            iload 2 /* thisPhase */
            iload 3 /* otherPhase */
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
        end local 3 // int otherPhase
        end local 2 // int thisPhase
        end local 1 // org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember other
        end local 0 // org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/context/support/DefaultLifecycleProcessor$LifecycleGroupMember;
            0    3     1       other  Lorg/springframework/context/support/DefaultLifecycleProcessor$LifecycleGroupMember;
            1    3     2   thisPhase  I
            2    3     3  otherPhase  I
    MethodParameters:
       Name  Flags
      other  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember
            invokevirtual org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember.compareTo:(Lorg/springframework/context/support/DefaultLifecycleProcessor$LifecycleGroupMember;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/springframework/context/support/DefaultLifecycleProcessor$LifecycleGroupMember;>;
SourceFile: "DefaultLifecycleProcessor.java"
NestHost: org.springframework.context.support.DefaultLifecycleProcessor
InnerClasses:
  private LifecycleGroupMember = org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroupMember of org.springframework.context.support.DefaultLifecycleProcessor