net.java.dev.webdav.jaxrs.methods
Annotation Type OPTIONS


Deprecated. Since 1.1. Use OPTIONS instead. Future releases will not contain this class anymore.

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

Indicates that the annotated method responds to HTTP OPTIONS requests.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 9.2 "OPTIONS" of RFC 2616 "Hypertext Transfer Protocol -- HTTP/1.1"



Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.