JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
javax.ws.rs
Annotation Interface GET
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@HttpMethod
("GET")
@Documented
public @interface
GET
Indicates that the annotated method responds to HTTP GET requests.
Since:
1.0
See Also:
HttpMethod