class lombok.core.LombokConfiguration$1 implements lombok.core.configuration.ConfigurationResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.core.LombokConfiguration$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.LombokConfiguration$1 this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.core.LombokConfiguration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/LombokConfiguration$1;

  public <T> T resolve(lombok.core.configuration.ConfigurationKey<T>);
    descriptor: (Llombok/core/configuration/ConfigurationKey;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // lombok.core.LombokConfiguration$1 this
        start local 1 // lombok.core.configuration.ConfigurationKey key
         0: .line 39
            aload 1 /* key */
            invokevirtual lombok.core.configuration.ConfigurationKey.getType:()Llombok/core/configuration/ConfigurationDataType;
            invokevirtual lombok.core.configuration.ConfigurationDataType.isList:()Z
            ifeq 1
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         1: .line 40
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // lombok.core.configuration.ConfigurationKey key
        end local 0 // lombok.core.LombokConfiguration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Llombok/core/LombokConfiguration$1;
            0    2     1   key  Llombok/core/configuration/ConfigurationKey<TT;>;
    Signature: <T:Ljava/lang/Object;>(Llombok/core/configuration/ConfigurationKey<TT;>;)TT;
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "LombokConfiguration.java"
EnclosingMethod: lombok.core.LombokConfiguration
NestHost: lombok.core.LombokConfiguration
InnerClasses:
  lombok.core.LombokConfiguration$1