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