class org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/autoconfigure/RemoteDevtoolsSecurityConfiguration;
}
SourceFile: "RemoteDevtoolsSecurityConfiguration.java"
NestMembers:
  org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration
InnerClasses:
  SecurityConfiguration = org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration$SecurityConfiguration of org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration
    RuntimeVisibleAnnotations: 
      org.springframework.boot.autoconfigure.condition.ConditionalOnClass(value = {LSecurityFilterChain;, LHttpSecurity;})
      org.springframework.context.annotation.Configuration(proxyBeanMethods = false)