A Couple of Nice-to-Have Features
I recently introduced a couple of "pseudo-annotations" (I’ll explain the pseudo part later) that can be used in code injections to express things in a much more succint manner. Here is an example: INJECT Foo : { @property String name; … } and the code generated in Foo.java corresponding to that line will be: private …