资 源 简 介
Introduction
Generate code with inlined Groovy code.
Original idea and code from the Cog code generation tool.
Syntax
The syntax is mostly the same as cog (see http://nedbatchelder.com/code/cog for description).
...//[[[gcog outl("Hello World!") ]]]Hello World!//[[[end]]]...
Example Usage with Ant
Here is a build.xml-snippet which runs gcog for all java sources containing the keyword [[[cog :
```
project.references.