public class XField extends XMember<Field>
| Modifier and Type | Field and Description |
|---|---|
static XField[] |
EMPTY_ARRAY
Emprty array of fields.
|
| Constructor and Description |
|---|
XField(Field field,
XAnnotation[] xannotations)
Constructs an annotated field.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
getField()
Returns the target field.
|
getAnnotatedElement, getAnnotation, getDeclaredAnnotations, isAnnotationPresentgetAnnotations, getXAnnotations, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotationspublic static final XField[] EMPTY_ARRAY
public XField(Field field, XAnnotation[] xannotations)
field - target field.xannotations - field annotations.public Field getField()
Copyright © 2006-2013 Highsource. All Rights Reserved.