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, waitgetAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic static final XField[] EMPTY_ARRAY
public XField(Field field, XAnnotation<?>[] xannotations)
field - target field.xannotations - field annotations.public Field getField()
Copyright © 2006–2016. All rights reserved.