Как правильно сделать что-то подобное с граалями:
class myDomainThing {
String description
MyOtherDomainThing otherThing
static constraints = {
description(nullable:if(otherThing))
otherThing(nullable:if(description))
}
}
Итак, я хочу, чтобы была ссылка на другой домен, или я хотел бы получить описание String.