public interface org.springframework.aop.IntroductionAdvisor extends org.springframework.aop.Advisor, org.springframework.aop.IntroductionInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.aop.IntroductionAdvisor
  super_class: java.lang.Object
{
  public abstract org.springframework.aop.ClassFilter getClassFilter();
    descriptor: ()Lorg/springframework/aop/ClassFilter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void validateInterfaces();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
}
SourceFile: "IntroductionAdvisor.java"