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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 43
            new org.springframework.aop.Advisor$1
            dup
            invokespecial org.springframework.aop.Advisor$1.<init>:()V
            putstatic org.springframework.aop.Advisor.EMPTY_ADVICE:Lorg/aopalliance/aop/Advice;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.aopalliance.aop.Advice getAdvice();
    descriptor: ()Lorg/aopalliance/aop/Advice;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isPerInstance();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Advisor.java"
NestMembers:
  org.springframework.aop.Advisor$1
InnerClasses:
  org.springframework.aop.Advisor$1