Annotation Interface RequestBody


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface RequestBody
Annotation which indicates that a method parameter should be bound to the request body content.
Since:
1.0.0