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 declares this 
 member. | 
| Member | getJavaMember()Get the underlying  Member. | 
| boolean | isStatic()Determines if the member is static. | 
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentboolean isStatic()
Determines if the member is static.
AnnotatedType<X> getDeclaringType()
Get the type which declares this member.
Copyright © 2018 JBoss by Red Hat. All rights reserved.