class io.ebeaninternal.server.deploy.parse.InitMetaValidationAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.parse.InitMetaValidationAnnotation
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.InitMetaValidationAnnotation this
         0: .line 5
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.deploy.parse.InitMetaValidationAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/InitMetaValidationAnnotation;

  static void init(io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig);
    descriptor: (Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig readConfig
         0: .line 8
            aload 0 /* readConfig */
            ldc Ljavax/validation/constraints/Size;
            invokevirtual io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.addMetaAnnotation:(Ljava/lang/Class;)V
         1: .line 9
            aload 0 /* readConfig */
            ldc Ljavax/validation/constraints/Size$List;
            invokevirtual io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.addMetaAnnotation:(Ljava/lang/Class;)V
         2: .line 10
            return
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig readConfig
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  readConfig  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
    MethodParameters:
            Name  Flags
      readConfig  
}
SourceFile: "InitMetaValidationAnnotation.java"
InnerClasses:
  public abstract List = javax.validation.constraints.Size$List of javax.validation.constraints.Size