Class GroovySourceCodeWriter

java.lang.Object
io.spring.initializr.generator.language.groovy.GroovySourceCodeWriter
All Implemented Interfaces:
SourceCodeWriter<GroovySourceCode>

public class GroovySourceCodeWriter extends Object implements SourceCodeWriter<GroovySourceCode>
A SourceCodeWriter that writes SourceCode in Groovy.
Author:
Stephane Nicoll, Matt Berteaux