public interface org.springframework.context.SmartLifecycle extends org.springframework.context.Lifecycle, org.springframework.context.Phased
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.SmartLifecycle
  super_class: java.lang.Object
{
  public static final int DEFAULT_PHASE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  public boolean isAutoStartup();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.SmartLifecycle this
         0: .line 90
            iconst_1
            ireturn
        end local 0 // org.springframework.context.SmartLifecycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/SmartLifecycle;

  public void stop(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.context.SmartLifecycle this
        start local 1 // java.lang.Runnable callback
         0: .line 111
            aload 0 /* this */
            invokeinterface org.springframework.context.SmartLifecycle.stop:()V
         1: .line 112
            aload 1 /* callback */
            invokeinterface java.lang.Runnable.run:()V
         2: .line 113
            return
        end local 1 // java.lang.Runnable callback
        end local 0 // org.springframework.context.SmartLifecycle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/context/SmartLifecycle;
            0    3     1  callback  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      callback  

  public int getPhase();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.SmartLifecycle this
         0: .line 126
            ldc 2147483647
            ireturn
        end local 0 // org.springframework.context.SmartLifecycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/SmartLifecycle;
}
SourceFile: "SmartLifecycle.java"