Annotation Type XmlProperty
- 
@Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public @interface XmlPropertyAnnotation for a user defined property. A single Property may be specified directly on a mapped attribute or its get/set method. Multiple Properties should be wrapped into Properties annotation. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.ClassvalueTypeProperty value type. 
 -