@Retention(RUNTIME) @Target(PARAMETER) public @interface RequestBody
This annotation is used to mark a method parameter as a request body.