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, unroll
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, isAnnotationPresent
public MetaAnnotatedField(Field field)
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations
in interface AnnotatedElement
public Class<?> getDeclaringClass()
getDeclaringClass
in interface Member
public int getModifiers()
getModifiers
in interface Member
public boolean isSynthetic()
isSynthetic
in interface Member
Copyright © 2005-2012. All Rights Reserved.