public interface org.hibernate.service.spi.OptionallyManageable extends org.hibernate.service.spi.Manageable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.service.spi.OptionallyManageable
  super_class: java.lang.Object
{
  public abstract java.util.List<org.hibernate.service.spi.Manageable> getRealManageables();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/hibernate/service/spi/Manageable;>;

  public java.lang.String getManagementDomain();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.service.spi.OptionallyManageable this
         0: .line 28
            aconst_null
            areturn
        end local 0 // org.hibernate.service.spi.OptionallyManageable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/service/spi/OptionallyManageable;

  public java.lang.String getManagementServiceType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.service.spi.OptionallyManageable this
         0: .line 34
            aconst_null
            areturn
        end local 0 // org.hibernate.service.spi.OptionallyManageable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/service/spi/OptionallyManageable;

  public java.lang.Object getManagementBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.service.spi.OptionallyManageable this
         0: .line 40
            aconst_null
            areturn
        end local 0 // org.hibernate.service.spi.OptionallyManageable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/service/spi/OptionallyManageable;
}
SourceFile: "OptionallyManageable.java"