如何在groovy中读取闭包内容

时间:2014-12-27 00:30:28

标签: grails closures

我有

class A  {  
   String name
   String email

   static constraints = {
       email lowcase:true, anotherConfig : "value"
   }
}

我如何“阅读”“约束”?我想得到lowcase的值,an​​otherConfig ......

实际上,我想为类的属性添加“设置”

0 个答案:

没有答案