/GppGrailsTest/grails-app/domain/gppgrailstest/Book.groovy
Groovy | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 2366308fcafef9c7184fa647e6d12b53 MD5 | raw file
1package gppgrailstest 2 3class Book { 4 5 static constraints = { 6 } 7 8 String author, title 9}