class org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration
  super_class: java.lang.Object
{
  private final java.lang.String url;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.devtools.autoconfigure.DevToolsProperties, org.springframework.boot.autoconfigure.web.ServerProperties);
    descriptor: (Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;Lorg/springframework/boot/autoconfigure/web/ServerProperties;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.security.config cannot be resolved\n\tThe import org.springframework.security.web cannot be resolved\n\tThe import org.springframework.security.web cannot be resolved\n\tSecurityFilterChain cannot be resolved to a type\n\tHttpSecurity cannot be resolved to a type\n\tSecurityFilterChain cannot be resolved to a type\n\tHttpSecurity cannot be resolved to a type\n\tAntPathRequestMatcher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/autoconfigure/RemoteDevtoolsSecurityConfiguration$SecurityConfiguration;
    MethodParameters:
                    Name  Flags
      devToolsProperties  
      serverProperties    

  SecurityFilterChain configure(HttpSecurity);
    descriptor: (LHttpSecurity;)LSecurityFilterChain;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSecurityFilterChain cannot be resolved to a type\n\tHttpSecurity cannot be resolved to a type\n\tAntPathRequestMatcher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/autoconfigure/RemoteDevtoolsSecurityConfiguration$SecurityConfiguration;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Bean()
      org.springframework.core.annotation.Order(value = 2147483641)
    MethodParameters:
      Name  Flags
      http  
}
SourceFile: "RemoteDevtoolsSecurityConfiguration.java"
NestHost: org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration
InnerClasses:
  SecurityConfiguration = org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration of org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Configuration()