@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface RequestBody
The annotated object's field values will be serialized and set as requestBody parameters.
RequestBody objects cannot be null.