@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.
|