public abstract class UnbackedAnnotatedMember<X> extends UnbackedAnnotated implements AnnotatedMember<X>
| Constructor and Description |
|---|
UnbackedAnnotatedMember(Type baseType,
Set<Type> typeClosure,
Set<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(Type baseType, Set<Type> typeClosure, Set<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 © 2014 Seam Framework. All Rights Reserved.