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, isAnnotationPresent
getAnnotations, getXAnnotations, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
public static final XField[] EMPTY_ARRAY
public XField(Field field, XAnnotation[] xannotations)
field
- target field.xannotations
- field annotations.public Field getField()
Copyright © 2006–2017 Highsource. All rights reserved.