Closed lafkob closed 8 years ago
Pattern is in place on the basic game request dto. As we add parameters we need to make sure they are validated.
@Pattern(regexp="", message="") is the annotation to use for this on the DTOs. Remember to add @Valid to call these validators.
Closing ticket, basic pattern is implemented in a few places to follow.
Figure out a validation framework. Hibernate annotations would be nice