Package javax.ws.rs

Annotation Interface 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: