javax.ws.rs
Annotation Type GET


@Target(value=METHOD)
@Retention(value=RUNTIME)
@HttpMethod(value="GET")
@Documented
public @interface GET

Indicates that the annotated method responds to HTTP GET requests.

Since:
1.0
Author:
Paul Sandoz, Marc Hadley
See Also:
HttpMethod



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.