public class MetaAnnotatedField extends MetaAnnotatedElement<Field> implements AnnotatedMember<Field>
annotations, target
Constructor and Description |
---|
MetaAnnotatedField(Field field) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
boolean |
isSynthetic() |
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameters
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent
public MetaAnnotatedField(Field field)
public Class<?> getDeclaringClass()
getDeclaringClass
in interface Member
public int getModifiers()
getModifiers
in interface Member
public boolean isSynthetic()
isSynthetic
in interface Member
Copyright © 2005-2017. All Rights Reserved.