|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.kernel.annotation.AnnotationLocator
public class AnnotationLocator
| Constructor Summary | |
|---|---|
AnnotationLocator()
|
|
| Method Summary | ||
|---|---|---|
static
|
locate(java.lang.Class<?> targetClass,
java.lang.Class<T> annotationClass)
|
|
static
|
locate(java.lang.reflect.Method method,
java.lang.Class<?> targetClass,
java.lang.Class<T> annotationClass)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationLocator()
| Method Detail |
|---|
public static <T extends java.lang.annotation.Annotation> T locate(java.lang.Class<?> targetClass,
java.lang.Class<T> annotationClass)
public static <T extends java.lang.annotation.Annotation> T locate(java.lang.reflect.Method method,
java.lang.Class<?> targetClass,
java.lang.Class<T> annotationClass)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||