public final class lombok.core.configuration.AllowHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: lombok.core.configuration.AllowHelper
  super_class: java.lang.Object
{
  private static final java.util.Collection<? extends lombok.core.configuration.ConfigurationKey<?>> ALLOWABLE;
    descriptor: Ljava/util/Collection;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Collection<+Llombok/core/configuration/ConfigurationKey<*>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 28
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putstatic lombok.core.configuration.AllowHelper.ALLOWABLE:Ljava/util/Collection;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.core.configuration.AllowHelper this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            return
        end local 0 // lombok.core.configuration.AllowHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Llombok/core/configuration/AllowHelper;

  public static boolean isAllowable(lombok.core.configuration.ConfigurationKey<?>);
    descriptor: (Llombok/core/configuration/ConfigurationKey;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // lombok.core.configuration.ConfigurationKey key
         0: .line 35
            getstatic lombok.core.configuration.AllowHelper.ALLOWABLE:Ljava/util/Collection;
            aload 0 /* key */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // lombok.core.configuration.ConfigurationKey key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   key  Llombok/core/configuration/ConfigurationKey<*>;
    Signature: (Llombok/core/configuration/ConfigurationKey<*>;)Z
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "AllowHelper.java"