How to correctly apply @Valid?
Supposedly this is the proper way of performing validation on a RestEasy/JAX-RS endpoint when there is no nested object:
Java/RestEasy/JAX-RS : Is everybody confused about @Valid?
Legend has it that this is the proper way of performing validation on a RestEasy/JAX-RS
endpoint when there is no nested object: