Package javax.ws.rs

Annotation Type DELETE



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