class org.jooq.impl.Tools$29 implements org.jooq.impl.F0<java.util.List<java.lang.reflect.Field>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jooq.impl.Tools$29
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.Tools$29 this
         0: .line 3630
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jooq.impl.Tools$29 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/Tools$29;

  public java.util.List<java.lang.reflect.Field> apply();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.impl.Tools$29 this
         0: .line 3637
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tColumn cannot be resolved to a type\n\tThe method getAnnotation(Class<T>) in the type Field is not applicable for the arguments (Class<Column>)\n\tColumn cannot be resolved to a type\n\tId cannot be resolved to a type\n\tThe method getAnnotation(Class<T>) in the type Field is not applicable for the arguments (Class<Id>)\n\tId cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.impl.Tools$29 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/Tools$29;
    Signature: ()Ljava/util/List<Ljava/lang/reflect/Field;>;

  public java.lang.Object apply();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jooq.impl.Tools$29.apply:()Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jooq/impl/F0<Ljava/util/List<Ljava/lang/reflect/Field;>;>;
SourceFile: "Tools.java"
EnclosingMethod: org.jooq.impl.Tools.getAnnotatedMembers:(Lorg/jooq/Configuration;Ljava/lang/Class;Ljava/lang/String;Z)Ljava/util/List;
NestHost: org.jooq.impl.Tools
InnerClasses:
  org.jooq.impl.Tools$29