Package org.jvnet.basicjaxb_annox.model
Class XField
java.lang.Object
- All Implemented Interfaces:
AnnotatedElement
Defines an annotated field.
- Author:
- Aleksei Valikov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXField(Field field, XAnnotation<?>[] xannotations) Constructs an annotated field. -
Method Summary
Methods inherited from class org.jvnet.basicjaxb_annox.model.XMember
equals, getMember, getName, hashCodeMethods inherited from class org.jvnet.basicjaxb_annox.model.XAnnotatedElement
getAnnotatedElement, getAnnotation, getDeclaredAnnotations, isAnnotationPresentMethods inherited from class org.jvnet.basicjaxb_annox.model.XAnnotated
getAnnotations, getXAnnotations, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
Field Details
-
EMPTY_ARRAY
Emprty array of fields.
-
-
Constructor Details
-
XField
Constructs an annotated field.- Parameters:
field- target field.xannotations- field annotations.
-
-
Method Details
-
getField
Returns the target field.- Returns:
- Target field.
-