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, isAnnotationPresent
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJavaMember
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public UnbackedAnnotatedMember(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType)
public boolean isStatic()
AnnotatedMember
Determines if the member is static.
isStatic
in interface AnnotatedMember<X>
public UnbackedAnnotatedType<X> getDeclaringType()
AnnotatedMember
Get the type which defines this member.
getDeclaringType
in interface AnnotatedMember<X>
Copyright © 2013 Seam Framework. All Rights Reserved.