public abstract class org.springframework.aop.aspectj.AspectJProxyUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.aop.aspectj.AspectJProxyUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.AspectJProxyUtils this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.aop.aspectj.AspectJProxyUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/AspectJProxyUtils;

  public static boolean makeAdvisorChainAspectJCapableIfNecessary(java.util.List<org.springframework.aop.Advisor>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.util.List advisors
         0: .line 44
            aload 0 /* advisors */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 10
         1: .line 45
            iconst_0
            istore 1 /* foundAspectJAdvice */
        start local 1 // boolean foundAspectJAdvice
         2: .line 46
            aload 0 /* advisors */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: java.util.List int top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.aop.Advisor
            astore 2 /* advisor */
        start local 2 // org.springframework.aop.Advisor advisor
         4: .line 49
            aload 2 /* advisor */
            invokestatic org.springframework.aop.aspectj.AspectJProxyUtils.isAspectJAdvice:(Lorg/springframework/aop/Advisor;)Z
            ifeq 6
         5: .line 50
            iconst_1
            istore 1 /* foundAspectJAdvice */
        end local 2 // org.springframework.aop.Advisor advisor
         6: .line 46
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 53
            iload 1 /* foundAspectJAdvice */
            ifeq 10
            aload 0 /* advisors */
            getstatic org.springframework.aop.interceptor.ExposeInvocationInterceptor.ADVISOR:Lorg/springframework/aop/Advisor;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 10
         8: .line 54
            aload 0 /* advisors */
            iconst_0
            getstatic org.springframework.aop.interceptor.ExposeInvocationInterceptor.ADVISOR:Lorg/springframework/aop/Advisor;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         9: .line 55
            iconst_1
            ireturn
        end local 1 // boolean foundAspectJAdvice
        10: .line 58
      StackMap locals: java.util.List
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.util.List advisors
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0            advisors  Ljava/util/List<Lorg/springframework/aop/Advisor;>;
            2   10     1  foundAspectJAdvice  Z
            4    6     2             advisor  Lorg/springframework/aop/Advisor;
    Signature: (Ljava/util/List<Lorg/springframework/aop/Advisor;>;)Z
    MethodParameters:
          Name  Flags
      advisors  

  private static boolean isAspectJAdvice(org.springframework.aop.Advisor);
    descriptor: (Lorg/springframework/aop/Advisor;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.Advisor advisor
         0: .line 66
            aload 0 /* advisor */
            instanceof org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
            ifne 5
         1: .line 67
            aload 0 /* advisor */
            invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
            instanceof org.springframework.aop.aspectj.AbstractAspectJAdvice
            ifne 5
         2: .line 68
            aload 0 /* advisor */
            instanceof org.springframework.aop.PointcutAdvisor
            ifeq 4
         3: .line 69
            aload 0 /* advisor */
            checkcast org.springframework.aop.PointcutAdvisor
            invokeinterface org.springframework.aop.PointcutAdvisor.getPointcut:()Lorg/springframework/aop/Pointcut;
            instanceof org.springframework.aop.aspectj.AspectJExpressionPointcut
            ifne 5
         4: .line 66
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 0 // org.springframework.aop.Advisor advisor
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  advisor  Lorg/springframework/aop/Advisor;
    MethodParameters:
         Name  Flags
      advisor  
}
SourceFile: "AspectJProxyUtils.java"