|
Liferay 7.0-ce-b4 | |||||||||
| 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 List<Annotation> |
locate(Class<?> targetClass)
|
|
static
|
locate(Class<?> targetClass,
Class<T> annotationClass)
|
|
static List<Annotation> |
locate(Method method,
Class<?> targetClass)
|
|
static
|
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 |
|---|
public AnnotationLocator()
| Method Detail |
|---|
public static List<Annotation> locate(Class<?> targetClass)
public static <T extends Annotation> T locate(Class<?> targetClass,
Class<T> annotationClass)
public static List<Annotation> locate(Method method,
Class<?> targetClass)
public static <T extends Annotation> T locate(Method method,
Class<?> targetClass,
Class<T> annotationClass)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||