public interface org.springframework.aop.Pointcut
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.aop.Pointcut
  super_class: java.lang.Object
{
  public static final org.springframework.aop.Pointcut TRUE;
    descriptor: Lorg/springframework/aop/Pointcut;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            getstatic org.springframework.aop.TruePointcut.INSTANCE:Lorg/springframework/aop/TruePointcut;
            putstatic org.springframework.aop.Pointcut.TRUE:Lorg/springframework/aop/Pointcut;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.springframework.aop.ClassFilter getClassFilter();
    descriptor: ()Lorg/springframework/aop/ClassFilter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.aop.MethodMatcher getMethodMatcher();
    descriptor: ()Lorg/springframework/aop/MethodMatcher;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Pointcut.java"