blob: c2cf09fe8bb758d2f4857455ae1c83065bfcf20c [file] [log] [blame]
package org.codehaus.groovy.grails.domain;
class Test1 {
@Property Long id;
@Property Long version;
//@Property List transient = [ "age" ];
//@Property List optional = [ "lastName" ];
@Property String firstName;
//@Property String lastName;
//@Property java.util.Date age;
}