Annotation Type XmlProperties


@Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public @interface XmlProperties
Annotation for user defined properties. A single Property may be specified directly on a mapped attribute or its get/set method. Multiple Properties should be wrapped into Properties annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description