如何在groovy中声明和定义方法和闭包

时间:2011-06-27 13:40:23

标签: grails groovy

如何在closure.Or中声明一个方法,最好使用方法或闭包。 我有一个闭包,在那个闭包中我有一个方法来调用,我定义方法为

   def getBindedGenes(Long colId)  {
   ........
   }

但是当我使用codenarc插件进行代码审查时,它将规则显示为GrailsPublicControllerMethod,而消息显示为Grails控制器具有公共方法getBindedGenes。这应该是一个封闭属性或移动 究竟是什么原因和发生的事情。

提前致谢

0 个答案:

没有答案