public class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
  super_class: java.lang.Object
{
  protected java.util.List<org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType> listener;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventListenerType;>;

  protected org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum type;
    descriptor: Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventTypeEnum;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAttribute(name = "type", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventListenerGroupType;

  public java.util.List<org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType> getListener();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
         0: .line 72
            aload 0 /* this */
            getfield org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType.listener:Ljava/util/List;
            ifnonnull 2
         1: .line 73
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType.listener:Ljava/util/List;
         2: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType.listener:Ljava/util/List;
            areturn
        end local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventListenerGroupType;
    Signature: ()Ljava/util/List<Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventListenerType;>;

  public org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum getType();
    descriptor: ()Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventTypeEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
         0: .line 87
            aload 0 /* this */
            getfield org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType.type:Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventTypeEnum;
            areturn
        end local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventListenerGroupType;

  public void setType(org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum);
    descriptor: (Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventTypeEnum;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
        start local 1 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum value
         0: .line 99
            aload 0 /* this */
            aload 1 /* value */
            putfield org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType.type:Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventTypeEnum;
         1: .line 100
            return
        end local 1 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum value
        end local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventListenerGroupType;
            0    2     1  value  Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgEventTypeEnum;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "JaxbCfgEventListenerGroupType.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAccessorType(value = javax.xml.bind.annotation.XmlAccessType.FIELD:Ljavax/xml/bind/annotation/XmlAccessType;)
      javax.xml.bind.annotation.XmlType(name = "EventListenerGroupType", propOrder = {"listener"})