Package javax.ws.rs

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