JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.ws.rs
HEAD
Contents
Description
Hide sidebar
Show sidebar
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