Annotation Interface Delete


@Retention(RUNTIME) @Target(METHOD) public @interface Delete
Use this annotation with the ManagedService annotation. Annotate a method which will get invoked when an HTTP DELETE is sent.
Author:
Jeanfrancois Arcand