Package javax.ws.rs

Annotation Type DELETE


  • @Target(METHOD)
    @Retention(RUNTIME)
    @HttpMethod("DELETE")
    public @interface DELETE
    Indicates that the annotated method responds to HTTP DELETE requests
    See Also:
    HttpMethod