@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface XmlProperty
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Property name.
|
java.lang.String |
value
String representation of Property value,
converted to an instance of valueType.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class |
valueType
Property value type.
|
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference