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


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

Indicates that the annotated method responds to WebDAV PROPFIND requests.

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



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