@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 |
NODE |
static int |
NODE_LIST |
static int |
NODE_LIST_SPRING |
static int |
NODE_MAP |
static int |
NODE_MAP_SPRING |
static int |
NODE_SPRING |
static int |
PARENT |
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
The type of the annotation.
|
Copyright © 2021. All rights reserved.