class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter
  super_class: java.lang.Object
{
  private void <init>(org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut);
    descriptor: (Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter 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$TransactionAttributeSourceClassFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean matches(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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$TransactionAttributeSourceClassFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  
}
SourceFile: "TransactionAttributeSourcePointcut.java"
NestHost: org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
InnerClasses:
  private TransactionAttributeSourceClassFilter = org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut$TransactionAttributeSourceClassFilter of org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut