@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface Mapping
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the outer element.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
target
The name of the inner element, if different from outer.
|