Package javax.ws.rs

Annotation Type PUT


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