Skip to content

Instantly share code, notes, and snippets.

@Omnipresent
Created July 24, 2013 18:19
Show Gist options
  • Save Omnipresent/6073090 to your computer and use it in GitHub Desktop.
Save Omnipresent/6073090 to your computer and use it in GitHub Desktop.
package myapp
class Foo {
String message
static constraints = {
message nullable: true, blank: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment