Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Created February 5, 2018 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwalgemoed/74c2cf1c2ec39635b8f328654fb62c67 to your computer and use it in GitHub Desktop.
Save jwalgemoed/74c2cf1c2ec39635b8f328654fb62c67 to your computer and use it in GitHub Desktop.
data class Person(
@field:Length(min = 1, max = 20)
val firstName: String,
@field:Length(min = 1, max = 20)
val lastName: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment