class io.ebeaninternal.server.deploy.parse.InitMetaJacksonAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.parse.InitMetaJacksonAnnotation
  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.InitMetaJacksonAnnotation this
         0: .line 3
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.deploy.parse.InitMetaJacksonAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/parse/InitMetaJacksonAnnotation;

  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 6
            aload 0 /* readConfig */
            ldc Lcom/fasterxml/jackson/annotation/JacksonAnnotation;
            invokevirtual io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig.addMetaAnnotation:(Ljava/lang/Class;)V
         1: .line 7
            return
        end local 0 // io.ebeaninternal.server.deploy.parse.ReadAnnotationConfig readConfig
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  readConfig  Lio/ebeaninternal/server/deploy/parse/ReadAnnotationConfig;
    MethodParameters:
            Name  Flags
      readConfig  
}
SourceFile: "InitMetaJacksonAnnotation.java"