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


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

Indicates that the annotated method responds to WebDAV UNLOCK requests.

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



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