@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface WriteOperation
@Endpoint as being a write operation.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
produces
The media type of the result of the operation.
|