AnnotationLocator
@Deprecated
public class AnnotationLocator
extends java.lang.Object
Constructor and Description |
---|
AnnotationLocator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.annotation.Annotation> |
locate(java.lang.Class<?> targetClass)
Deprecated.
|
static <T extends java.lang.annotation.Annotation> |
locate(java.lang.Class<?> targetClass,
java.lang.Class<T> annotationClass)
Deprecated.
|
static java.util.List<java.lang.annotation.Annotation> |
locate(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Deprecated.
|
static <T extends java.lang.annotation.Annotation> |
locate(java.lang.reflect.Method method,
java.lang.Class<?> targetClass,
java.lang.Class<T> annotationClass)
Deprecated.
|
public static java.util.List<java.lang.annotation.Annotation> locate(java.lang.Class<?> targetClass)
public static <T extends java.lang.annotation.Annotation> T locate(java.lang.Class<?> targetClass, java.lang.Class<T> annotationClass)
public static java.util.List<java.lang.annotation.Annotation> locate(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
public static <T extends java.lang.annotation.Annotation> T locate(java.lang.reflect.Method method, java.lang.Class<?> targetClass, java.lang.Class<T> annotationClass)