javax.ws.rs
Annotation Type OPTIONS


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

Indicates that the annotated method responds to HTTP OPTIONS requests.

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



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