Annotation Type BodyParam
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BodyParam
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-