Package org.nuxeo.common.xmap.annotation
Annotation Interface XMemberAnnotation
An annotation to identify XMap annotations.
This annotation has a single parameter "value" of type int
that specifies the type of the annotation.
- Author:
- Bogdan Stefanescu
-
Required Element Summary
-
Field Summary
-
Field Details
-
NODE
static final int NODE- See Also:
-
NODE_LIST
static final int NODE_LIST- See Also:
-
NODE_MAP
static final int NODE_MAP- See Also:
-
PARENT
static final int PARENT- See Also:
-
CONTENT
static final int CONTENT- See Also:
-
CONTEXT
static final int CONTEXT- See Also:
-
-
Element Details
-
value
int valueThe type of the annotation.
-