Skip to content

Instantly share code, notes, and snippets.

@alexchirea
Created November 3, 2021 11:34
Show Gist options
  • Save alexchirea/013d8ffac189780332682a7868ca54cd to your computer and use it in GitHub Desktop.
Save alexchirea/013d8ffac189780332682a7868ca54cd to your computer and use it in GitHub Desktop.
@NotEmpty(message = "The Full Name can't be null")
@Size(min = 5, message = "{Size.Person.FullName}")
private String fullName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment