Annotation Type BodyString


@Retention(SOURCE) @Target(PARAMETER) public @interface BodyString
Marks a controller string method parameter to be a string body. Use when you expect to receive an application/text or similar body request.