net.java.dev.webdav.core.jaxrs.methods
Annotation Type MKCOL


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

Indicates that the annotated method responds to WebDAV MKCOL requests.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Chapter 9.3 "MKCOL Method" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"



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