class io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig
  super_class: java.lang.Object
{
  private final io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory generatedPropFactory;
    descriptor: Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final boolean disableL2Cache;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean eagerFetchLobs;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean javaxValidationAnnotations;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean jacksonAnnotations;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean idGeneratorAutomatic;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<java.lang.Class<?>> metaAnnotations;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Class<*>;>;

  void <init>(io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory, java.lang.String, java.lang.String, io.ebean.config.DatabaseConfig);
    descriptor: (Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;Ljava/lang/String;Ljava/lang/String;Lio/ebean/config/DatabaseConfig;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
        start local 1 // io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory generatedPropFactory
        start local 2 // java.lang.String asOfViewSuffix
        start local 3 // java.lang.String versionsBetweenSuffix
        start local 4 // io.ebean.config.DatabaseConfig config
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
         2: .line 30
            aload 0 /* this */
            aload 1 /* generatedPropFactory */
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.generatedPropFactory:Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
         3: .line 31
            aload 0 /* this */
            aload 2 /* asOfViewSuffix */
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.asOfViewSuffix:Ljava/lang/String;
         4: .line 32
            aload 0 /* this */
            aload 3 /* versionsBetweenSuffix */
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.versionsBetweenSuffix:Ljava/lang/String;
         5: .line 33
            aload 0 /* this */
            aload 4 /* config */
            invokevirtual io.ebean.config.DatabaseConfig.isDisableL2Cache:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.disableL2Cache:Z
         6: .line 34
            aload 0 /* this */
            aload 4 /* config */
            invokevirtual io.ebean.config.DatabaseConfig.isEagerFetchLobs:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.eagerFetchLobs:Z
         7: .line 35
            aload 0 /* this */
            aload 4 /* config */
            invokevirtual io.ebean.config.DatabaseConfig.isIdGeneratorAutomatic:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.idGeneratorAutomatic:Z
         8: .line 36
            aload 0 /* this */
            aload 1 /* generatedPropFactory */
            invokevirtual io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory.getClassLoadConfig:()Lio/ebean/config/ClassLoadConfig;
            invokevirtual io.ebean.config.ClassLoadConfig.isJavaxValidationAnnotationsPresent:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.javaxValidationAnnotations:Z
         9: .line 37
            aload 0 /* this */
            aload 1 /* generatedPropFactory */
            invokevirtual io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory.getClassLoadConfig:()Lio/ebean/config/ClassLoadConfig;
            invokevirtual io.ebean.config.ClassLoadConfig.isJacksonAnnotationsPresent:()Z
            putfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.jacksonAnnotations:Z
        10: .line 38
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            ldc Ljavax/persistence/Column;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        11: .line 39
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            ldc Lio/ebean/annotation/Formula;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        12: .line 40
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            ldc Lio/ebean/annotation/Formula$List;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        13: .line 41
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            ldc Lio/ebean/annotation/Where;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        14: .line 42
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            ldc Lio/ebean/annotation/Where$List;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        15: .line 43
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            ldc Lio/ebean/annotation/Aggregation;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        16: .line 44
            return
        end local 4 // io.ebean.config.DatabaseConfig config
        end local 3 // java.lang.String versionsBetweenSuffix
        end local 2 // java.lang.String asOfViewSuffix
        end local 1 // io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory generatedPropFactory
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   17     0                   this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
            0   17     1   generatedPropFactory  Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
            0   17     2         asOfViewSuffix  Ljava/lang/String;
            0   17     3  versionsBetweenSuffix  Ljava/lang/String;
            0   17     4                 config  Lio/ebean/config/DatabaseConfig;
    MethodParameters:
                       Name  Flags
      generatedPropFactory   
      asOfViewSuffix         
      versionsBetweenSuffix  
      config                 

  public void addMetaAnnotation(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
        start local 1 // java.lang.Class annotation
         0: .line 47
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            aload 1 /* annotation */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 48
            return
        end local 1 // java.lang.Class annotation
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
            0    2     1  annotation  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
            Name  Flags
      annotation  

  io.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory getGeneratedPropFactory();
    descriptor: ()Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 51
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.generatedPropFactory:Lio/ebeaninternal/server/deploy/generatedproperty/GeneratedPropertyFactory;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  java.lang.String getAsOfViewSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 55
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.asOfViewSuffix:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  java.lang.String getVersionsBetweenSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 59
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.versionsBetweenSuffix:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isDisableL2Cache();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 63
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.disableL2Cache:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isEagerFetchLobs();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 67
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.eagerFetchLobs:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isIdGeneratorAutomatic();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 71
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.idGeneratorAutomatic:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isJavaxValidationAnnotations();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 75
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.javaxValidationAnnotations:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  boolean isJacksonAnnotations();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 79
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.jacksonAnnotations:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;

  public java.util.Set<java.lang.Class<?>> getMetaAnnotations();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
         0: .line 83
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.metaAnnotations:Ljava/util/Set;
            areturn
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
    Signature: ()Ljava/util/Set<Ljava/lang/Class<*>;>;
}
SourceFile: "ReadAnnotationConfig.java"
InnerClasses:
  public abstract List = io.ebean.annotation.Formula$List of io.ebean.annotation.Formula
  public abstract List = io.ebean.annotation.Where$List of io.ebean.annotation.Where