Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.aop
Class ServiceMethodAnnotationCache

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

public class ServiceMethodAnnotationCache
extends Object


Constructor Summary
ServiceMethodAnnotationCache()
           
 
Method Summary
static
<T> T
get(org.aopalliance.intercept.MethodInvocation methodInvocation, Class<? extends Annotation> annotationType, T defaultValue)
           
static void put(org.aopalliance.intercept.MethodInvocation methodInvocation, 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,
                        Class<? extends Annotation> annotationType,
                        T defaultValue)

put

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

Liferay 6.1.2-ce-ga3