com.liferay.portal.spring.aop
Class ServiceMethodAnnotationCache

java.lang.Object
  extended by com.liferay.portal.spring.aop.ServiceMethodAnnotationCache

public class ServiceMethodAnnotationCache
extends java.lang.Object

Author:
Shuyang Zhou

Constructor Summary
ServiceMethodAnnotationCache()
           
 
Method Summary
static
<T> T
get(org.aopalliance.intercept.MethodInvocation methodInvocation, java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, T defaultValue)
           
static void put(org.aopalliance.intercept.MethodInvocation methodInvocation, java.lang.annotation.Annotation[] annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceMethodAnnotationCache

public ServiceMethodAnnotationCache()
Method Detail

get

public static <T> T get(org.aopalliance.intercept.MethodInvocation methodInvocation,
                        java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
                        T defaultValue)

put

public static void put(org.aopalliance.intercept.MethodInvocation methodInvocation,
                       java.lang.annotation.Annotation[] annotations)