Annotation Type PUT
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface PUT
Indicates that the annotated method responds to HTTP PUT requests. Inspirated from jax-rs api, but merged with Path for simplicity.- Author:
- npiedeloup
-
-
Element Detail
-
value
String value
Defines a URI template for the resource class.
-
-