final class org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean<B> implements ContainedBean<B>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean
  super_class: java.lang.Object
{
  private final B beanInstance;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TB;

  private java.util.function.Consumer<B> destructionCallback;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Consumer<TB;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tBeanContainer cannot be resolved to a type\n\tContainedBean cannot be resolved to a type\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tContainedBean cannot be resolved to a type\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tThe method stop() of type SpringBeanContainer must override or implement a supertype method\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tContainedBean cannot be resolved to a type\n\tThe method getBeanInstance() of type SpringBeanContainer.SpringContainedBean<B> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/SpringBeanContainer$SpringContainedBean<TB;>;
    Signature: (TB;)V
    MethodParameters:
              Name  Flags
      beanInstance  

  public void <init>(B, java.util.function.Consumer<B>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tBeanContainer cannot be resolved to a type\n\tContainedBean cannot be resolved to a type\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tContainedBean cannot be resolved to a type\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tThe method stop() of type SpringBeanContainer must override or implement a supertype method\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tLifecycleOptions cannot be resolved to a type\n\tBeanInstanceProducer cannot be resolved to a type\n\tContainedBean cannot be resolved to a type\n\tThe method getBeanInstance() of type SpringBeanContainer.SpringContainedBean<B> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/SpringBeanContainer$SpringContainedBean<TB;>;
    Signature: (TB;Ljava/util/function/Consumer<TB;>;)V
    MethodParameters:
                     Name  Flags
      beanInstance         
      destructionCallback  

  public B getBeanInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getBeanInstance() of type SpringBeanContainer.SpringContainedBean<B> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/SpringBeanContainer$SpringContainedBean<TB;>;
    Signature: ()TB;

  public void destroyIfNecessary();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
         0: .line 239
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/SpringBeanContainer$SpringContainedBean<TB;>;
}
Signature: <B:Ljava/lang/Object;>Ljava/lang/Object;LContainedBean<TB;>;
SourceFile: "SpringBeanContainer.java"
NestHost: org.springframework.orm.hibernate5.SpringBeanContainer
InnerClasses:
  private final SpringContainedBean = org.springframework.orm.hibernate5.SpringBeanContainer$SpringContainedBean of org.springframework.orm.hibernate5.SpringBeanContainer