public class MetaAnnotatedField extends MetaAnnotatedObject<Field> implements AnnotatedMember<Field>
annotations, target| Constructor and Description |
|---|
MetaAnnotatedField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getDeclaredAnnotations() |
Class<?> |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
boolean |
isSynthetic() |
equals, get, getAnnotation, getAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unrollclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, isAnnotationPresentpublic MetaAnnotatedField(Field field)
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic Class<?> getDeclaringClass()
getDeclaringClass in interface Memberpublic int getModifiers()
getModifiers in interface Memberpublic boolean isSynthetic()
isSynthetic in interface MemberCopyright © 2005-2012. All Rights Reserved.