Package javax.ws.rs

Annotation Type HEAD


  • @Target(METHOD)
    @Retention(RUNTIME)
    @HttpMethod("HEAD")
    @Documented
    public @interface HEAD
    Indicates that the annotated method responds to HTTP HEAD requests.
    Since:
    1.0
    See Also:
    HttpMethod