@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ReadOperation
@Endpoint
as being a read operation.Modifier and Type | Optional Element and Description |
---|---|
String[] |
produces
The media type of the result of the operation.
|
Class<? extends Producible> |
producesFrom
The media types of the result of the operation.
|
public abstract String[] produces
public abstract Class<? extends Producible> producesFrom