public static class ClassUtil.DeclaredAnnotation<T extends Annotation> extends Object
| Modifier and Type | Field and Description |
|---|---|
AnnotatedElement |
annotatedElement |
T |
annotation |
Class<?> |
declaringClass |
| Constructor and Description |
|---|
ClassUtil.DeclaredAnnotation(T annotation,
AnnotatedElement annotatedElement,
Class<?> declaringClass) |
public final T extends Annotation annotation
public final AnnotatedElement annotatedElement
public final Class<?> declaringClass
public ClassUtil.DeclaredAnnotation(T annotation, AnnotatedElement annotatedElement, Class<?> declaringClass)