Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
It would be great to have a possibility to omit parentheses in closure annotations like this:
@Require({it > 2}) def myMethod() { ... }
and after change:
@Require {it > 2} def myMethod() { ... }