Skip to content

Instantly share code, notes, and snippets.

@lucastex
Created August 13, 2009 21:38
Show Gist options
  • Save lucastex/167474 to your computer and use it in GitHub Desktop.
Save lucastex/167474 to your computer and use it in GitHub Desktop.
class Pessoa {
String nome
String nit
static constraints = {
nome()
nit(nit:true)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment