Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.annotation
Class AnnotationLocator

java.lang.Object
  extended by com.liferay.portal.kernel.annotation.AnnotationLocator

public class AnnotationLocator
extends Object


Constructor Summary
AnnotationLocator()
           
 
Method Summary
static List<Annotation> locate(Class<?> targetClass)
           
static
<T extends Annotation>
T
locate(Class<?> targetClass, Class<T> annotationClass)
           
static List<Annotation> locate(Method method, Class<?> targetClass)
           
static
<T extends Annotation>
T
locate(Method method, Class<?> targetClass, Class<T> annotationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationLocator

public AnnotationLocator()
Method Detail

locate

public static List<Annotation> locate(Class<?> targetClass)

locate

public static <T extends Annotation> T locate(Class<?> targetClass,
                                              Class<T> annotationClass)

locate

public static List<Annotation> locate(Method method,
                                      Class<?> targetClass)

locate

public static <T extends Annotation> T locate(Method method,
                                              Class<?> targetClass,
                                              Class<T> annotationClass)

Liferay 6.1.2-ce-ga3