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