final class lombok.core.CleanupRegistry$CleanupKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: lombok.core.CleanupRegistry$CleanupKey
  super_class: java.lang.Object
{
  private final java.lang.String key;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object target;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // lombok.core.CleanupRegistry$CleanupKey this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object target
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* key */
            putfield lombok.core.CleanupRegistry$CleanupKey.key:Ljava/lang/String;
         2: .line 34
            aload 0 /* this */
            aload 2 /* target */
            putfield lombok.core.CleanupRegistry$CleanupKey.target:Ljava/lang/Object;
         3: .line 35
            return
        end local 2 // java.lang.Object target
        end local 1 // java.lang.String key
        end local 0 // lombok.core.CleanupRegistry$CleanupKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Llombok/core/CleanupRegistry$CleanupKey;
            0    4     1     key  Ljava/lang/String;
            0    4     2  target  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      key     
      target  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // lombok.core.CleanupRegistry$CleanupKey this
        start local 1 // java.lang.Object other
         0: .line 38
            aload 1 /* other */
            ifnonnull 1
            iconst_0
            ireturn
         1: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
            iconst_1
            ireturn
         2: .line 40
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof lombok.core.CleanupRegistry$CleanupKey
            ifne 3
            iconst_0
            ireturn
         3: .line 41
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast lombok.core.CleanupRegistry$CleanupKey
            astore 2 /* o */
        start local 2 // lombok.core.CleanupRegistry$CleanupKey o
         4: .line 42
            aload 0 /* this */
            getfield lombok.core.CleanupRegistry$CleanupKey.key:Ljava/lang/String;
            aload 2 /* o */
            getfield lombok.core.CleanupRegistry$CleanupKey.key:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 43
      StackMap locals: lombok.core.CleanupRegistry$CleanupKey
      StackMap stack:
            aload 0 /* this */
            getfield lombok.core.CleanupRegistry$CleanupKey.target:Ljava/lang/Object;
            aload 2 /* o */
            getfield lombok.core.CleanupRegistry$CleanupKey.target:Ljava/lang/Object;
            if_acmpne 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // lombok.core.CleanupRegistry$CleanupKey o
        end local 1 // java.lang.Object other
        end local 0 // lombok.core.CleanupRegistry$CleanupKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Llombok/core/CleanupRegistry$CleanupKey;
            0    7     1  other  Ljava/lang/Object;
            4    7     2      o  Llombok/core/CleanupRegistry$CleanupKey;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // lombok.core.CleanupRegistry$CleanupKey this
         0: .line 47
            bipush 109
            aload 0 /* this */
            getfield lombok.core.CleanupRegistry$CleanupKey.target:Ljava/lang/Object;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            imul
            aload 0 /* this */
            getfield lombok.core.CleanupRegistry$CleanupKey.key:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            ireturn
        end local 0 // lombok.core.CleanupRegistry$CleanupKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/core/CleanupRegistry$CleanupKey;
}
SourceFile: "CleanupRegistry.java"
NestHost: lombok.core.CleanupRegistry
InnerClasses:
  private final CleanupKey = lombok.core.CleanupRegistry$CleanupKey of lombok.core.CleanupRegistry