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() |
Member |
getJavaMember() |
boolean |
isStatic() |
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic Member getJavaMember()
getJavaMember in interface AnnotatedMember<X>public boolean isStatic()
isStatic in interface AnnotatedMember<X>public AnnotatedType<X> getDeclaringType()
getDeclaringType in interface AnnotatedMember<X>protected abstract AnnotatedMember<X> delegate()
delegate in class ForwardingAnnotatedCopyright © 2015. All Rights Reserved.