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() |
boolean |
isStatic() |
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()
isStatic in interface AnnotatedMember<X>public UnbackedAnnotatedType<X> getDeclaringType()
getDeclaringType in interface AnnotatedMember<X>Copyright © 2015. All Rights Reserved.