Module eclipselink
Annotation Interface XmlProperties
Annotation for user defined properties.
A single XmlProperty may be specified directly on a mapped attribute or its get/set method.
Multiple occurrences of XmlProperty annotation can be wrapped into XmlProperties annotation.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn array of XmlProperty annotations.
-
Element Details
-
value
XmlProperty[] valueAn array of XmlProperty annotations.
-