The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

javax.ws.rs
Annotation Type DELETE


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

Indicates that the annotated method responds to HTTP DELETE requests

See Also:
HttpMethod


The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.