public abstract class UnbackedAnnotatedMember<X> extends UnbackedAnnotated implements AnnotatedMember<X>
| Constructor and Description |
|---|
UnbackedAnnotatedMember(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
UnbackedAnnotatedType<X> declaringType) |
| Modifier and Type | Method and Description |
|---|---|
UnbackedAnnotatedType<X> |
getDeclaringType()
Get the type which defines this member.
|
boolean |
isStatic()
Determines if the member is static.
|
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaMembergetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic UnbackedAnnotatedMember(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
UnbackedAnnotatedType<X> declaringType)
public boolean isStatic()
AnnotatedMemberDetermines if the member is static.
isStatic in interface AnnotatedMember<X>public UnbackedAnnotatedType<X> getDeclaringType()
AnnotatedMemberGet the type which defines this member.
getDeclaringType in interface AnnotatedMember<X>Copyright © 2015. All Rights Reserved.