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, isAnnotationPresent
boolean isStatic()
Determines if the member is static.
AnnotatedType<X> getDeclaringType()
Get the type which defines this member.
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.