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

See Also:
HttpMethod



Copyright © 2009. All Rights Reserved.