@Documented
@Inherited
@Target(value=PARAMETER)
@Retention(value=CLASS)
public @interface Parameter
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
contentType
Input parameter MIME content-type(default text/plain).
|
java.lang.String |
inputType
Indicates the parameter type to the itinerary developer, using xml(xsd) familiar types.
|