public abstract class ForwardingAnnotatedMember<X> extends ForwardingAnnotated implements AnnotatedMember<X>
AnnotatedMember.| Constructor and Description |
|---|
ForwardingAnnotatedMember() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AnnotatedMember<X> |
delegate() |
AnnotatedType<X> |
getDeclaringType()
Get the type which defines this member.
|
Member |
getJavaMember()
Get the underlying
Member. |
boolean |
isStatic()
Determines if the member is static.
|
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic Member getJavaMember()
AnnotatedMember
Get the underlying Member.
getJavaMember in interface AnnotatedMember<X>Memberpublic boolean isStatic()
AnnotatedMemberDetermines if the member is static.
isStatic in interface AnnotatedMember<X>public AnnotatedType<X> getDeclaringType()
AnnotatedMemberGet the type which defines this member.
getDeclaringType in interface AnnotatedMember<X>protected abstract AnnotatedMember<X> delegate()
delegate in class ForwardingAnnotatedCopyright © 2016. All Rights Reserved.