Package jakarta.ws.rs
Annotation Type PUT
- 
@Target(METHOD) @Retention(RUNTIME) @HttpMethod("PUT") @Documented public @interface PUT
Indicates that the annotated method responds to HTTP PUT requests.- Since:
 - 1.0
 - Author:
 - Paul Sandoz, Marc Hadley
 - See Also:
 HttpMethod