I have put a constraint on a field like so:
import javax.validation.constraints.Pattern; @Pattern(regexp=SOME_REGEX) private String someField;