public abstract class AnnotationChainableMethodAdvice<T extends java.lang.annotation.Annotation> extends ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
AnnotationChainableMethodAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
findAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationClass() |
abstract T |
getNullAnnotation() |
protected void |
setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager) |
afterReturning, afterThrowing, before, duringFinally, invoke, setNextMethodInterceptorpublic java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationClass()
public abstract T getNullAnnotation()
protected T findAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation)
protected void setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)
setServiceBeanAopCacheManager in class ChainableMethodAdvice