Interface BasicValidationsGroup
public interface BasicValidationsGroup
Intended to be used in combination with
CustomValidationsGroup in GroupSequence annotation and be
applied to basic constraints like NotNull. This should be the first group, to ensure the basic constraints
are validated before the custom constraints are validated. If this is not used, the custom constraints may be
validated before the basic ones and one would have to add null checks in the custom constraints.