com.liferay.portal.spring.aop
Class AnnotationChainableMethodAdvice<T extends java.lang.annotation.Annotation>
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<T>
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
- Direct Known Subclasses:
- AsyncAdvice, BufferedIncrementAdvice, ClusterableAdvice, ThreadLocalCacheAdvice
public abstract class AnnotationChainableMethodAdvice<T extends java.lang.annotation.Annotation>
- extends ChainableMethodAdvice
- Author:
- Shuyang Zhou, Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationChainableMethodAdvice
public AnnotationChainableMethodAdvice()
registerAnnotationClass
public static void registerAnnotationClass(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
afterPropertiesSet
public void afterPropertiesSet()
getAnnotationClass
public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationClass()
getNullAnnotation
public abstract T getNullAnnotation()
findAnnotation
protected T findAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation)