Annotation Type GET
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface GET
Indicates that the annotated method responds to HTTP GET 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.
-
-