public interface javax.transaction.Transactional extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javax.transaction.Transactional
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.enterprise cannot be resolved\n\tThe import javax.interceptor cannot be resolved\n\tInterceptorBinding cannot be resolved to a type\n\tNonbinding cannot be resolved to a type\n\tNonbinding cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract javax.transaction.Transactional$TxType value();
    descriptor: ()Ljavax/transaction/Transactional$TxType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Class[] rollbackOn();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Nonbinding()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        Nonbinding()

  public abstract java.lang.Class[] dontRollbackOn();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Nonbinding()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        Nonbinding()
}
SourceFile: "Transactional.java"
NestMembers:
  javax.transaction.Transactional$TxType
InnerClasses:
  public final TxType = javax.transaction.Transactional$TxType of javax.transaction.Transactional
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Inherited()
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
    RuntimeInvisibleAnnotations: 
      InterceptorBinding()