public interface org.springframework.transaction.interceptor.TransactionAspectSupport$CoroutinesInvocationCallback extends org.springframework.transaction.interceptor.TransactionAspectSupport$InvocationCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.transaction.interceptor.TransactionAspectSupport$CoroutinesInvocationCallback
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type org.reactivestreams.Publisher cannot be resolved. It is indirectly referenced from required .class files\n\tThe import io cannot be resolved\n\tThe import kotlin cannot be resolved\n\tThe import kotlinx cannot be resolved\n\tThe import kotlinx cannot be resolved\n\tThe import org.reactivestreams cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tFlux cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe method invokeSuspendingFunction(Method, Object, Object...) from the type CoroutinesUtils refers to the missing type Publisher\n\tPublisher cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tTry cannot be resolved to a type\n\tTry<capture#1-of ?> cannot be resolved to a type\n\tTry cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tReactiveFlowKt cannot be resolved\n\tPublisher cannot be resolved to a type\n\tAwaitKt cannot be resolved\n\tContinuation cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe type reactor.core.publisher.Mono cannot be resolved. It is indirectly referenced from required .class files\n\tThe method currentContext() from the type TransactionContextManager refers to the missing type Mono\n\tThe method getOrCreateContext() from the type TransactionContextManager refers to the missing type Context\n\tThe method getOrCreateContextHolder() from the type TransactionContextManager refers to the missing type Context\n\tThe method currentContext() from the type TransactionContextManager refers to the missing type Mono\n\tThe method getOrCreateContext() from the type TransactionContextManager refers to the missing type Context\n\tThe method getOrCreateContextHolder() from the type TransactionContextManager refers to the missing type Context\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe method getReactiveTransaction(TransactionDefinition) from the type ReactiveTransactionManager refers to the missing type Mono\n\tMono cannot be resolved\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tThe method commit(ReactiveTransaction) from the type ReactiveTransactionManager refers to the missing type Mono\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tThe method rollback(ReactiveTransaction) from the type ReactiveTransactionManager refers to the missing type Mono\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tThe method rollback(ReactiveTransaction) from the type ReactiveTransactionManager refers to the missing type Mono\n\tThe method commit(ReactiveTransaction) from the type ReactiveTransactionManager refers to the missing type Mono\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.Object getTarget();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object[] getArguments();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.Object getContinuation();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAspectSupport$CoroutinesInvocationCallback this
         0: .line 819
            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.transaction.interceptor.TransactionAspectSupport$CoroutinesInvocationCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAspectSupport$CoroutinesInvocationCallback;
}
SourceFile: "TransactionAspectSupport.java"
NestHost: org.springframework.transaction.interceptor.TransactionAspectSupport
InnerClasses:
  protected abstract CoroutinesInvocationCallback = org.springframework.transaction.interceptor.TransactionAspectSupport$CoroutinesInvocationCallback of org.springframework.transaction.interceptor.TransactionAspectSupport
  protected abstract InvocationCallback = org.springframework.transaction.interceptor.TransactionAspectSupport$InvocationCallback of org.springframework.transaction.interceptor.TransactionAspectSupport