public abstract class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource implements org.springframework.transaction.interceptor.TransactionAttributeSource
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
  super_class: java.lang.Object
{
  private static final org.springframework.transaction.interceptor.TransactionAttribute NULL_TRANSACTION_ATTRIBUTE;
    descriptor: Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private transient org.springframework.util.StringValueResolver embeddedValueResolver;
    descriptor: Lorg/springframework/util/StringValueResolver;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.util.Map<java.lang.Object, org.springframework.transaction.interceptor.TransactionAttribute> attributeCache;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Object;Lorg/springframework/transaction/interceptor/TransactionAttribute;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.aop cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tEmbeddedValueResolverAware cannot be resolved to a type\n\tThe method setEmbeddedValueResolver(StringValueResolver) of type AbstractFallbackTransactionAttributeSource must override or implement a supertype method\n\tAopUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource;

  public void setEmbeddedValueResolver(org.springframework.util.StringValueResolver);
    descriptor: (Lorg/springframework/util/StringValueResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setEmbeddedValueResolver(StringValueResolver) of type AbstractFallbackTransactionAttributeSource must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource;
    MethodParameters:
          Name  Flags
      resolver  

  public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
         0: .line 104
            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.AbstractFallbackTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      method       
      targetClass  

  protected  getCacheKey(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
         0: .line 153
            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.AbstractFallbackTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      method       
      targetClass  

  protected org.springframework.transaction.interceptor.TransactionAttribute computeTransactionAttribute(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
         0: .line 173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAopUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      method       
      targetClass  

  protected abstract org.springframework.transaction.interceptor.TransactionAttribute findTransactionAttribute(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      clazz  

  protected abstract org.springframework.transaction.interceptor.TransactionAttribute findTransactionAttribute(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      method  

  protected boolean allowPublicMethodsOnly();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource this
         0: .line 226
            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.AbstractFallbackTransactionAttributeSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource;
}
SourceFile: "AbstractFallbackTransactionAttributeSource.java"
NestMembers:
  org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource$1