javax.ws.rs
Annotation Type HEAD


@Target(value=METHOD)
@Retention(value=RUNTIME)
@HttpMethod(value="HEAD")
public @interface HEAD

Indicates that the annotated method responds to HTTP HEAD requests.

Since:
1.0
Author:
Paul Sandoz, Marc Hadley
See Also:
HttpMethod



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.