class org.springframework.cache.interceptor.CacheAspectSupport$InvocationAwareResult
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.cache.interceptor.CacheAspectSupport$InvocationAwareResult
super_class: java.lang.Object
{
boolean invoked;
descriptor: Z
flags: (0x0000)
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.cache.interceptor.CacheAspectSupport$InvocationAwareResult this
0: .line 891
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$InvocationAwareResult this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$InvocationAwareResult;
}
SourceFile: "CacheAspectSupport.java"
NestHost: org.springframework.cache.interceptor.CacheAspectSupport
InnerClasses:
private InvocationAwareResult = org.springframework.cache.interceptor.CacheAspectSupport$InvocationAwareResult of org.springframework.cache.interceptor.CacheAspectSupport