Package jakarta.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
- Author:
- Paul Sandoz, Marc Hadley
- See Also:
HttpMethod