final class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl implements org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor, org.springframework.aop.aspectj.AspectJPrecedenceInformation, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
  super_class: java.lang.Object
{
  private static final org.aopalliance.aop.Advice EMPTY_ADVICE;
    descriptor: Lorg/aopalliance/aop/Advice;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.aop.aspectj.AspectJExpressionPointcut declaredPointcut;
    descriptor: Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?> declaringClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final java.lang.String methodName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?>[] parameterTypes;
    descriptor: [Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Ljava/lang/Class<*>;

  private transient java.lang.reflect.Method aspectJAdviceMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private final org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory aspectJAdvisorFactory;
    descriptor: Lorg/springframework/aop/aspectj/annotation/AspectJAdvisorFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory aspectInstanceFactory;
    descriptor: Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int declarationOrder;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String aspectName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.aop.Pointcut pointcut;
    descriptor: Lorg/springframework/aop/Pointcut;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean lazy;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.aopalliance.aop.Advice instantiatedAdvice;
    descriptor: Lorg/aopalliance/aop/Advice;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.Boolean isBeforeAdvice;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.Boolean isAfterAdvice;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private static volatile int[] $SWITCH_TABLE$org$springframework$aop$aspectj$annotation$AbstractAspectJAdvisorFactory$AspectJAnnotationType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

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

  public void <init>(org.springframework.aop.aspectj.AspectJExpressionPointcut, java.lang.reflect.Method, org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory, org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory, int, java.lang.String);
    descriptor: (Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;Ljava/lang/reflect/Method;Lorg/springframework/aop/aspectj/annotation/AspectJAdvisorFactory;Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
        start local 1 // org.springframework.aop.aspectj.AspectJExpressionPointcut declaredPointcut
        start local 2 // java.lang.reflect.Method aspectJAdviceMethod
        start local 3 // org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory aspectJAdvisorFactory
        start local 4 // org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory aspectInstanceFactory
        start local 5 // int declarationOrder
        start local 6 // java.lang.String aspectName
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* declaredPointcut */
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
         2: .line 88
            aload 0 /* this */
            aload 2 /* aspectJAdviceMethod */
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaringClass:Ljava/lang/Class;
         3: .line 89
            aload 0 /* this */
            aload 2 /* aspectJAdviceMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.methodName:Ljava/lang/String;
         4: .line 90
            aload 0 /* this */
            aload 2 /* aspectJAdviceMethod */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.parameterTypes:[Ljava/lang/Class;
         5: .line 91
            aload 0 /* this */
            aload 2 /* aspectJAdviceMethod */
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdviceMethod:Ljava/lang/reflect/Method;
         6: .line 92
            aload 0 /* this */
            aload 3 /* aspectJAdvisorFactory */
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdvisorFactory:Lorg/springframework/aop/aspectj/annotation/AspectJAdvisorFactory;
         7: .line 93
            aload 0 /* this */
            aload 4 /* aspectInstanceFactory */
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectInstanceFactory:Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
         8: .line 94
            aload 0 /* this */
            iload 5 /* declarationOrder */
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declarationOrder:I
         9: .line 95
            aload 0 /* this */
            aload 6 /* aspectName */
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectName:Ljava/lang/String;
        10: .line 97
            aload 4 /* aspectInstanceFactory */
            invokeinterface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory.getAspectMetadata:()Lorg/springframework/aop/aspectj/annotation/AspectMetadata;
            invokevirtual org.springframework.aop.aspectj.annotation.AspectMetadata.isLazilyInstantiated:()Z
            ifeq 18
        11: .line 100
            aload 4 /* aspectInstanceFactory */
            invokeinterface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory.getAspectMetadata:()Lorg/springframework/aop/aspectj/annotation/AspectMetadata;
            invokevirtual org.springframework.aop.aspectj.annotation.AspectMetadata.getPerClausePointcut:()Lorg/springframework/aop/Pointcut;
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
        12: .line 99
            invokestatic org.springframework.aop.support.Pointcuts.union:(Lorg/springframework/aop/Pointcut;Lorg/springframework/aop/Pointcut;)Lorg/springframework/aop/Pointcut;
            astore 7 /* preInstantiationPointcut */
        start local 7 // org.springframework.aop.Pointcut preInstantiationPointcut
        13: .line 105
            aload 0 /* this */
            new org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut
            dup
            aload 0 /* this */
        14: .line 106
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            aload 7 /* preInstantiationPointcut */
            aload 4 /* aspectInstanceFactory */
            invokespecial org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut.<init>:(Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;Lorg/springframework/aop/Pointcut;Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;)V
        15: .line 105
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.pointcut:Lorg/springframework/aop/Pointcut;
        16: .line 107
            aload 0 /* this */
            iconst_1
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.lazy:Z
        end local 7 // org.springframework.aop.Pointcut preInstantiationPointcut
        17: .line 108
            goto 21
        18: .line 111
      StackMap locals: org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl org.springframework.aop.aspectj.AspectJExpressionPointcut java.lang.reflect.Method org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory int java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.pointcut:Lorg/springframework/aop/Pointcut;
        19: .line 112
            aload 0 /* this */
            iconst_0
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.lazy:Z
        20: .line 113
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            invokevirtual org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiateAdvice:(Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;)Lorg/aopalliance/aop/Advice;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiatedAdvice:Lorg/aopalliance/aop/Advice;
        21: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.String aspectName
        end local 5 // int declarationOrder
        end local 4 // org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory aspectInstanceFactory
        end local 3 // org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory aspectJAdvisorFactory
        end local 2 // java.lang.reflect.Method aspectJAdviceMethod
        end local 1 // org.springframework.aop.aspectj.AspectJExpressionPointcut declaredPointcut
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   22     0                      this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;
            0   22     1          declaredPointcut  Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            0   22     2       aspectJAdviceMethod  Ljava/lang/reflect/Method;
            0   22     3     aspectJAdvisorFactory  Lorg/springframework/aop/aspectj/annotation/AspectJAdvisorFactory;
            0   22     4     aspectInstanceFactory  Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
            0   22     5          declarationOrder  I
            0   22     6                aspectName  Ljava/lang/String;
           13   17     7  preInstantiationPointcut  Lorg/springframework/aop/Pointcut;
    MethodParameters:
                       Name  Flags
      declaredPointcut       
      aspectJAdviceMethod    
      aspectJAdvisorFactory  
      aspectInstanceFactory  
      declarationOrder       
      aspectName             

  public org.springframework.aop.Pointcut getPointcut();
    descriptor: ()Lorg/springframework/aop/Pointcut;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 124
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.pointcut:Lorg/springframework/aop/Pointcut;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public boolean isLazy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 129
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.lazy:Z
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public synchronized boolean isAdviceInstantiated();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 134
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiatedAdvice:Lorg/aopalliance/aop/Advice;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public synchronized org.aopalliance.aop.Advice getAdvice();
    descriptor: ()Lorg/aopalliance/aop/Advice;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 142
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiatedAdvice:Lorg/aopalliance/aop/Advice;
            ifnonnull 2
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            invokevirtual org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiateAdvice:(Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;)Lorg/aopalliance/aop/Advice;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiatedAdvice:Lorg/aopalliance/aop/Advice;
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.instantiatedAdvice:Lorg/aopalliance/aop/Advice;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  private org.aopalliance.aop.Advice instantiateAdvice(org.springframework.aop.aspectj.AspectJExpressionPointcut);
    descriptor: (Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;)Lorg/aopalliance/aop/Advice;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
        start local 1 // org.springframework.aop.aspectj.AspectJExpressionPointcut pointcut
         0: .line 149
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdvisorFactory:Lorg/springframework/aop/aspectj/annotation/AspectJAdvisorFactory;
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdviceMethod:Ljava/lang/reflect/Method;
            aload 1 /* pointcut */
         1: .line 150
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectInstanceFactory:Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declarationOrder:I
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectName:Ljava/lang/String;
         2: .line 149
            invokeinterface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory.getAdvice:(Ljava/lang/reflect/Method;Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;ILjava/lang/String;)Lorg/aopalliance/aop/Advice;
            astore 2 /* advice */
        start local 2 // org.aopalliance.aop.Advice advice
         3: .line 151
            aload 2 /* advice */
            ifnull 4
            aload 2 /* advice */
            goto 5
      StackMap locals: org.aopalliance.aop.Advice
      StackMap stack:
         4: getstatic org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.EMPTY_ADVICE:Lorg/aopalliance/aop/Advice;
      StackMap locals:
      StackMap stack: org.aopalliance.aop.Advice
         5: areturn
        end local 2 // org.aopalliance.aop.Advice advice
        end local 1 // org.springframework.aop.aspectj.AspectJExpressionPointcut pointcut
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;
            0    6     1  pointcut  Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            3    6     2    advice  Lorg/aopalliance/aop/Advice;
    MethodParameters:
          Name  Flags
      pointcut  

  public boolean isPerInstance();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 161
            aload 0 /* this */
            invokevirtual org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.getAspectMetadata:()Lorg/springframework/aop/aspectj/annotation/AspectMetadata;
            invokevirtual org.springframework.aop.aspectj.annotation.AspectMetadata.getAjType:()Lorg/aspectj/lang/reflect/AjType;
            invokeinterface org.aspectj.lang.reflect.AjType.getPerClause:()Lorg/aspectj/lang/reflect/PerClause;
            invokeinterface org.aspectj.lang.reflect.PerClause.getKind:()Lorg/aspectj/lang/reflect/PerClauseKind;
            getstatic org.aspectj.lang.reflect.PerClauseKind.SINGLETON:Lorg/aspectj/lang/reflect/PerClauseKind;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public org.springframework.aop.aspectj.annotation.AspectMetadata getAspectMetadata();
    descriptor: ()Lorg/springframework/aop/aspectj/annotation/AspectMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 168
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectInstanceFactory:Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
            invokeinterface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory.getAspectMetadata:()Lorg/springframework/aop/aspectj/annotation/AspectMetadata;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory getAspectInstanceFactory();
    descriptor: ()Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 172
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectInstanceFactory:Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public org.springframework.aop.aspectj.AspectJExpressionPointcut getDeclaredPointcut();
    descriptor: ()Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 176
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaredPointcut:Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public int getOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 181
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectInstanceFactory:Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
            invokeinterface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory.getOrder:()I
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public java.lang.String getAspectName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 186
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectName:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public int getDeclarationOrder();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 191
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declarationOrder:I
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public boolean isBeforeAdvice();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 196
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isBeforeAdvice:Ljava/lang/Boolean;
            ifnonnull 2
         1: .line 197
            aload 0 /* this */
            invokevirtual org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.determineAdviceType:()V
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isBeforeAdvice:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  public boolean isAfterAdvice();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 204
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isAfterAdvice:Ljava/lang/Boolean;
            ifnonnull 2
         1: .line 205
            aload 0 /* this */
            invokevirtual org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.determineAdviceType:()V
         2: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isAfterAdvice:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  private void determineAdviceType();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 216
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdviceMethod:Ljava/lang/reflect/Method;
            invokestatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.findAspectJAnnotationOnMethod:(Ljava/lang/reflect/Method;)Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotation;
         1: .line 215
            astore 1 /* aspectJAnnotation */
        start local 1 // org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotation aspectJAnnotation
         2: .line 217
            aload 1 /* aspectJAnnotation */
            ifnonnull 6
         3: .line 218
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isBeforeAdvice:Ljava/lang/Boolean;
         4: .line 219
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isAfterAdvice:Ljava/lang/Boolean;
         5: .line 220
            goto 15
         6: .line 222
      StackMap locals: org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotation
      StackMap stack:
            invokestatic org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.$SWITCH_TABLE$org$springframework$aop$aspectj$annotation$AbstractAspectJAdvisorFactory$AspectJAnnotationType:()[I
            aload 1 /* aspectJAnnotation */
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotation.getAnnotationType:()Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 7
                    2: 7
                    3: 10
                    4: 13
                    5: 13
                    6: 13
              default: 15
          }
         7: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isBeforeAdvice:Ljava/lang/Boolean;
         8: .line 226
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isAfterAdvice:Ljava/lang/Boolean;
         9: .line 227
            goto 15
        10: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isBeforeAdvice:Ljava/lang/Boolean;
        11: .line 230
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isAfterAdvice:Ljava/lang/Boolean;
        12: .line 231
            goto 15
        13: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isBeforeAdvice:Ljava/lang/Boolean;
        14: .line 236
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.isAfterAdvice:Ljava/lang/Boolean;
        15: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotation aspectJAnnotation
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;
            2   16     1  aspectJAnnotation  Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotation<*>;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
        start local 1 // java.io.ObjectInputStream inputStream
         0: .line 244
            aload 1 /* inputStream */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 246
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.declaringClass:Ljava/lang/Class;
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.methodName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.parameterTypes:[Ljava/lang/Class;
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdviceMethod:Ljava/lang/reflect/Method;
         2: .line 247
            goto 5
         3: .line 248
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 2 /* ex */
        start local 2 // java.lang.NoSuchMethodException ex
         4: .line 249
            new java.lang.IllegalStateException
            dup
            ldc "Failed to find advice method on deserialization"
            aload 2 /* ex */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NoSuchMethodException ex
         5: .line 251
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream inputStream
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;
            0    6     1  inputStream  Ljava/io/ObjectInputStream;
            4    5     2           ex  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.NoSuchMethodException
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
             Name  Flags
      inputStream  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
         0: .line 255
            new java.lang.StringBuilder
            dup
            ldc "InstantiationModelAwarePointcutAdvisor: expression ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.getDeclaredPointcut:()Lorg/springframework/aop/aspectj/AspectJExpressionPointcut;
            invokevirtual org.springframework.aop.aspectj.AspectJExpressionPointcut.getExpression:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 256
            ldc "]; advice method ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectJAdviceMethod:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]; perClauseKind="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 257
            aload 0 /* this */
            getfield org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.aspectInstanceFactory:Lorg/springframework/aop/aspectj/annotation/MetadataAwareAspectInstanceFactory;
            invokeinterface org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory.getAspectMetadata:()Lorg/springframework/aop/aspectj/annotation/AspectMetadata;
            invokevirtual org.springframework.aop.aspectj.annotation.AspectMetadata.getAjType:()Lorg/aspectj/lang/reflect/AjType;
            invokeinterface org.aspectj.lang.reflect.AjType.getPerClause:()Lorg/aspectj/lang/reflect/PerClause;
            invokeinterface org.aspectj.lang.reflect.PerClause.getKind:()Lorg/aspectj/lang/reflect/PerClauseKind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 255
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl;

  static int[] $SWITCH_TABLE$org$springframework$aop$aspectj$annotation$AbstractAspectJAdvisorFactory$AspectJAnnotationType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 45
            getstatic org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.$SWITCH_TABLE$org$springframework$aop$aspectj$annotation$AbstractAspectJAdvisorFactory$AspectJAnnotationType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.values:()[Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.AtAfter:Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.AtAfterReturning:Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.AtAfterThrowing:Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            bipush 6
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.AtAround:Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.AtBefore:Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            iconst_3
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.AtPointcut:Lorg/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory$AspectJAnnotationType;
            invokevirtual org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.ordinal:()I
            iconst_1
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            dup
            putstatic org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.$SWITCH_TABLE$org$springframework$aop$aspectj$annotation$AbstractAspectJAdvisorFactory$AspectJAnnotationType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
}
SourceFile: "InstantiationModelAwarePointcutAdvisorImpl.java"
NestMembers:
  org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$1  org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut
InnerClasses:
  protected AspectJAnnotation = org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotation of org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
  protected final AspectJAnnotationType = org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType of org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
  org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$1
  private final PerTargetInstantiationModelPointcut = org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut of org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl