abstract class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.aop cannot be resolved\n\tThe import org.springframework.aop cannot be resolved\n\tStaticMethodMatcherPointcut cannot be resolved to a type\n\tThe method setClassFilter(TransactionAttributeSourcePointcut.TransactionAttributeSourceClassFilter) is undefined for the type TransactionAttributeSourcePointcut\n\tThe method matches(Method, Class<?>) of type TransactionAttributeSourcePointcut must override or implement a supertype method\n\tThe method equals(Object) of type TransactionAttributeSourcePointcut must override or implement a supertype method\n\tThe method hashCode() of type TransactionAttributeSourcePointcut must override or implement a supertype method\n\tThe method toString() of type TransactionAttributeSourcePointcut must override or implement a supertype method\n\tClassFilter cannot be resolved to a type\n\tThe method matches(Class<?>) of type TransactionAttributeSourcePointcut.TransactionAttributeSourceClassFilter 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.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;

  public boolean matches(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method matches(Method, Class<?>) of type TransactionAttributeSourcePointcut 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.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Z
    MethodParameters:
             Name  Flags
      method       
      targetClass  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method equals(Object) of type TransactionAttributeSourcePointcut 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.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method hashCode() of type TransactionAttributeSourcePointcut 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.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method toString() of type TransactionAttributeSourcePointcut 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.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;

  protected abstract org.springframework.transaction.interceptor.TransactionAttributeSource getTransactionAttributeSource();
    descriptor: ()Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "TransactionAttributeSourcePointcut.java"
NestMembers:
  org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter
InnerClasses:
  private TransactionAttributeSourceClassFilter = org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter of org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut