If I have a parameter annotated with @Valid, and I send a request without a body, that allows the request through and gives me an NPE. Whaaaaat.
Is there a workaround annotation which combines @Valid and @NotNull and doesnt require me having to declare both?