Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-graphql
/
examples
/
grails-test-app
/
grails-app
/
domain
/
grails
/
test
/
app
/
NumberLength.groovy
blob: e30cdba1a97ed1f57c39f7f664c2d57fcb215a77 [
file
] [
log
] [
blame
]
package
grails
.
test
.
app
class
NumberLength
{
Byte
aByte
Short
aShort
Integer
anInt
Long
aLong
static
constraints
=
{
}
static
graphql
=
true
}