Package javax.ws.rs

Annotation Type POST


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