SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using Spring, you can force validation by annotating the class with @Validated:
@Validated
import org.springframework.validation.annotation.Validated;
More info available here: Javax validation @NotNull annotation usage