@Target(value=PARAMETER) @Retention(value=SOURCE) public @interface RequestBody
boolean
required
public abstract boolean required
Default is true, leading to an exception thrown in case there is no body content.
true