Skip to content

Instantly share code, notes, and snippets.

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