public class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor extends org.springframework.util.ConcurrencyThrottleSupport implements org.aopalliance.intercept.MethodInterceptor, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
  super_class: org.springframework.util.ConcurrencyThrottleSupport
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor this
         0: .line 46
            aload 0 /* this */
            invokespecial org.springframework.util.ConcurrencyThrottleSupport.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_1
            invokevirtual org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.setConcurrencyLimit:(I)V
         2: .line 48
            return
        end local 0 // org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/aop/interceptor/ConcurrencyThrottleInterceptor;

  public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation);
    descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=2
        start local 0 // org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor this
        start local 1 // org.aopalliance.intercept.MethodInvocation methodInvocation
         0: .line 52
            aload 0 /* this */
            invokevirtual org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.beforeAccess:()V
         1: .line 54
            aload 1 /* methodInvocation */
            invokeinterface org.aopalliance.intercept.MethodInvocation.proceed:()Ljava/lang/Object;
            astore 3
         2: .line 57
            aload 0 /* this */
            invokevirtual org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.afterAccess:()V
         3: .line 54
            aload 3
            areturn
         4: .line 56
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 57
            aload 0 /* this */
            invokevirtual org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.afterAccess:()V
         6: .line 58
            aload 2
            athrow
        end local 1 // org.aopalliance.intercept.MethodInvocation methodInvocation
        end local 0 // org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/springframework/aop/interceptor/ConcurrencyThrottleInterceptor;
            0    7     1  methodInvocation  Lorg/aopalliance/intercept/MethodInvocation;
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
                  Name  Flags
      methodInvocation  
}
SourceFile: "ConcurrencyThrottleInterceptor.java"