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

  public java.lang.Object parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // lombok.core.configuration.ConfigurationDataType$2 this
        start local 1 // java.lang.String value
         0: .line 52
            aload 1 /* value */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 1 // java.lang.String value
        end local 0 // lombok.core.configuration.ConfigurationDataType$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Llombok/core/configuration/ConfigurationDataType$2;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.configuration.ConfigurationDataType$2 this
         0: .line 56
            ldc "int"
            areturn
        end local 0 // lombok.core.configuration.ConfigurationDataType$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/configuration/ConfigurationDataType$2;

  public java.lang.String exampleValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.configuration.ConfigurationDataType$2 this
         0: .line 60
            ldc "<int>"
            areturn
        end local 0 // lombok.core.configuration.ConfigurationDataType$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/configuration/ConfigurationDataType$2;
}
SourceFile: "ConfigurationDataType.java"
EnclosingMethod: lombok.core.configuration.ConfigurationDataType
NestHost: lombok.core.configuration.ConfigurationDataType
InnerClasses:
  lombok.core.configuration.ConfigurationDataType$2