Package javax.ws.rs

Annotation Type HEAD


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