Package org.kohsuke.stapler.verb
Annotation Interface DELETE
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@InterceptorAnnotation(value=HttpVerbInterceptor.class,
                       stage=SELECTION)
public @interface DELETE
Restricts a 
WebMethod to a specific HTTP method 'DELETE'.- Author:
 - Kohsuke Kawaguchi