Details
Description
Original Concept:
Split Each Node in the GroovyNodeBuilder into separate classes to enable easier reuse and extension of the GroovyNodeBuilder.
Original Concept:
Split Each Node in the GroovyNodeBuilder into separate classes to enable easier reuse and extension of the GroovyNodeBuilder.
While digging through the code, I found a (2/3rds) answer to my original use case: I can at least easily add my own tags by using the Delegate capabilities in the builder. (duh). Its what I get for looking at the Javadocs instead of delving into the AOP GroovyBuilder code as a concerete example.
Will document
-Mike