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