Annotation Type BodyParam
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BodyParamAnnotation 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.Stringvalue
-