JAX-RS Core API 2.3.6.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


JAX-RS Core API 2.3.6.Final-redhat-1

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