JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.ws.rs
DELETE
Contents
Description
Hide sidebar
Show sidebar
Annotation Type DELETE
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@HttpMethod
("DELETE")
@Documented
public @interface
DELETE
Indicates that the annotated method responds to HTTP DELETE requests.
Since:
1.0
See Also:
HttpMethod