T
- type of the target member.public abstract class XMember<T extends Member & AnnotatedElement> extends XAnnotatedElement<T>
Constructor and Description |
---|
XMember(T member,
XAnnotation[] xannotations)
Constructs an annotated member.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getMember()
Returns the target member.
|
String |
getName()
Returns name of the target member.
|
int |
hashCode() |
getAnnotatedElement, getAnnotation, getDeclaredAnnotations, isAnnotationPresent
getAnnotations, getXAnnotations, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
public XMember(T member, XAnnotation[] xannotations)
member
- target member.xannotations
- member annotations.public T getMember()
public String getName()
public int hashCode()
hashCode
in class XAnnotated
public boolean equals(Object obj)
equals
in class XAnnotated
Copyright © 2006–2014 Highsource. All rights reserved.