Annotation Type Delete
-
@Retention(RUNTIME) @Target(METHOD) public @interface DeleteHTTP DELETE method annotation with its value describing the path to a REST endpoint for deleting the resource.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueGet the relative path of the annotated method's DELETE URL.
-