Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Last active February 5, 2018 21:48
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/f18417a2d0488a125df9fd1298f9c290 to your computer and use it in GitHub Desktop.
Save jwalgemoed/f18417a2d0488a125df9fd1298f9c290 to your computer and use it in GitHub Desktop.
data class Person(
@Length(min = 1, max = 20)
val firstName: String,
@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