@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface ParameterValue
The value() property allows control over the name to be used during transformation
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
DEFAULT_NAME |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The parameter name to be used when serializing/deserializing from
binary protocol form.
|