X - the declaring typepublic interface AnnotatedMember<X> extends Annotated
Represents a member of a Java type.
Member| Modifier and Type | Method and Description |
|---|---|
AnnotatedType<X> |
getDeclaringType()
Get the type which defines this member.
|
java.lang.reflect.Member |
getJavaMember()
Get the underlying
Member. |
boolean |
isStatic()
Determines if the member is static.
|
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentjava.lang.reflect.Member getJavaMember()
Get the underlying Member.
Memberboolean isStatic()
Determines if the member is static.
AnnotatedType<X> getDeclaringType()
Get the type which defines this member.