Package javax.ws.rs

Annotation Type OPTIONS


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