blob: 32034035a3513861e4595a864ccbde52eff8c6b9 [file] [log] [blame]
package org.codehaus.groovy.grails.domain;
class OneToOneTest {
@Property Long id;
@Property Long version;
@Property RelationshipsTest other
}