AnnotatedElement
, Member
, Annotated<Field>
, AnnotatedMember<Field>
, MetaAnnotated<Field>
public class MetaAnnotatedField extends MetaAnnotatedElement<Field> implements AnnotatedMember<Field>
annotations, target
Constructor | Description |
---|---|
MetaAnnotatedField(Field field) |
Modifier and Type | Method | Description |
---|---|---|
Class<?> |
getDeclaringClass() |
|
int |
getModifiers() |
|
String |
getName() |
|
boolean |
isSynthetic() |
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameters
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–2018. All rights reserved.