public class org.springframework.boot.devtools.restart.RestartScopeInitializer implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.devtools.restart.RestartScopeInitializer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.devtools.restart.RestartScopeInitializer this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.devtools.restart.RestartScopeInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/restart/RestartScopeInitializer;

  public void initialize(org.springframework.context.ConfigurableApplicationContext);
    descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.restart.RestartScopeInitializer this
        start local 1 // org.springframework.context.ConfigurableApplicationContext applicationContext
         0: .line 34
            aload 1 /* applicationContext */
            invokeinterface org.springframework.context.ConfigurableApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            ldc "restart"
            new org.springframework.boot.devtools.restart.RestartScopeInitializer$RestartScope
            dup
            invokespecial org.springframework.boot.devtools.restart.RestartScopeInitializer$RestartScope.<init>:()V
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.registerScope:(Ljava/lang/String;Lorg/springframework/beans/factory/config/Scope;)V
         1: .line 35
            return
        end local 1 // org.springframework.context.ConfigurableApplicationContext applicationContext
        end local 0 // org.springframework.boot.devtools.restart.RestartScopeInitializer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/springframework/boot/devtools/restart/RestartScopeInitializer;
            0    2     1  applicationContext  Lorg/springframework/context/ConfigurableApplicationContext;
    MethodParameters:
                    Name  Flags
      applicationContext  
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationContextInitializer<Lorg/springframework/context/ConfigurableApplicationContext;>;
SourceFile: "RestartScopeInitializer.java"
NestMembers:
  org.springframework.boot.devtools.restart.RestartScopeInitializer$RestartScope
InnerClasses:
  private RestartScope = org.springframework.boot.devtools.restart.RestartScopeInitializer$RestartScope of org.springframework.boot.devtools.restart.RestartScopeInitializer