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.
|
Member |
getJavaMember()
Get the underlying
Member. |
boolean |
isStatic()
Determines if the member is static.
|
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentboolean isStatic()
Determines if the member is static.
true if the member is staticAnnotatedType<X> getDeclaringType()
Get the type which defines this member.
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.