public interface org.springframework.cache.interceptor.CacheOperationInvocationContext<O extends org.springframework.cache.interceptor.BasicOperation>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.cache.interceptor.CacheOperationInvocationContext
super_class: java.lang.Object
{
public abstract O getOperation();
descriptor: ()Lorg/springframework/cache/interceptor/BasicOperation;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()TO;
public abstract java.lang.Object getTarget();
descriptor: ()Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.reflect.Method getMethod();
descriptor: ()Ljava/lang/reflect/Method;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.Object[] getArgs();
descriptor: ()[Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <O::Lorg/springframework/cache/interceptor/BasicOperation;>Ljava/lang/Object;
SourceFile: "CacheOperationInvocationContext.java"