Annotation Type Post
-
@Retention(RUNTIME) @Target(METHOD) public @interface PostHTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueGet the relative path of the annotated method's POST URL.
-