@Target(value={METHOD,FIELD,TYPE})
@Retention(value=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.