Module eclipselink

Annotation Interface XmlProperties


@Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public @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 Elements
    Modifier and Type
    Required Element
    Description
    An array of XmlProperty annotations.
  • Element Details

    • value

      XmlProperty[] value
      An array of XmlProperty annotations.