public class io.ebeaninternal.server.deploy.PostConstructManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.PostConstructManager
  super_class: java.lang.Object
{
  private static final Logger logger;
    descriptor: LLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.List<io.ebean.event.BeanPostConstructListener> list;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebean/event/BeanPostConstructListener;>;

  public void <init>(io.ebeaninternal.server.core.bootup.BootupClasses);
    descriptor: (Lio/ebeaninternal/server/core/bootup/BootupClasses;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.PostConstructManager this
         0: .line 6
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.slf4j.Logger cannot be resolved\n\tThe import org.slf4j.LoggerFactory cannot be resolved\n\tLogger cannot be resolved to a type\n\tLoggerFactory cannot be resolved\n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.server.deploy.PostConstructManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/PostConstructManager;
    MethodParameters:
               Name  Flags
      bootupClasses  

  public int getRegisterCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.PostConstructManager this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.server.deploy.PostConstructManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/PostConstructManager;

  public void addPostConstructListeners(io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<?>);
    descriptor: (Lio/ebeaninternal/server/deploy/meta/DeployBeanDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.PostConstructManager this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.ebeaninternal.server.deploy.PostConstructManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/PostConstructManager;
    Signature: (Lio/ebeaninternal/server/deploy/meta/DeployBeanDescriptor<*>;)V
    MethodParameters:
            Name  Flags
      deployDesc  
}
SourceFile: "PostConstructManager.java"