@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface XMemberAnnotation
This annotation has a single parameter "value" of type int
that specifies the type of the annotation.
Modifier and Type | Fields and Description |
---|---|
static int |
CONTENT |
static int |
CONTEXT |
static int |
NODE |
static int |
NODE_LIST |
static int |
NODE_MAP |
static int |
PARENT |
Modifier and Type | Required Element and Description |
---|---|
int |
value
The type of the annotation.
|
public static final int NODE
public static final int NODE_LIST
public static final int NODE_MAP
public static final int PARENT
public static final int CONTENT
public static final int CONTEXT
public abstract int value
Copyright © 2018 Nuxeo. All rights reserved.