We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Originally created by Luke Daley.
In similar spirit to GEB-310, it should be possible to use modules that are self constructed with parameters.
e.g.
class MyModule extends Module { String param } content { section { module(new MyModule(param: "foo")) } }