|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.annox.model.XAnnotated
org.jvnet.annox.model.XAnnotatedElement<T>
org.jvnet.annox.model.XMember<Field>
org.jvnet.annox.model.XField
public class XField
Defines an annotated field.
Field Summary | |
---|---|
static XField[] |
EMPTY_ARRAY
Emprty array of fields. |
Constructor Summary | |
---|---|
XField(Field field,
XAnnotation[] xannotations)
Constructs an annotated field. |
Method Summary | |
---|---|
Field |
getField()
Returns the target field. |
Methods inherited from class org.jvnet.annox.model.XMember |
---|
equals, getMember, getName, hashCode |
Methods inherited from class org.jvnet.annox.model.XAnnotatedElement |
---|
getAnnotatedElement, getAnnotation, getDeclaredAnnotations, isAnnotationPresent |
Methods inherited from class org.jvnet.annox.model.XAnnotated |
---|
getAnnotations, getXAnnotations, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.reflect.AnnotatedElement |
---|
getAnnotations |
Field Detail |
---|
public static final XField[] EMPTY_ARRAY
Constructor Detail |
---|
public XField(Field field, XAnnotation[] xannotations)
field
- target field.xannotations
- field annotations.Method Detail |
---|
public Field getField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |