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