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