blob: e30cdba1a97ed1f57c39f7f664c2d57fcb215a77 [file] [log] [blame]
package grails.test.app
class NumberLength {
Byte aByte
Short aShort
Integer anInt
Long aLong
static constraints = {
}
static graphql = true
}