标签: grails closures
我有
class A { String name String email static constraints = { email lowcase:true, anotherConfig : "value" } }
我如何“阅读”“约束”?我想得到lowcase的值,anotherConfig ......
实际上,我想为类的属性添加“设置”