Annotation Type Get
-
@Retention(RUNTIME) @Target(METHOD) public @interface Get
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Get the relative path of the annotated method's GET URL.
-