Class JavaSourceCodeWriter

java.lang.Object
io.spring.initializr.generator.language.java.JavaSourceCodeWriter
All Implemented Interfaces:
SourceCodeWriter<JavaSourceCode>

public class JavaSourceCodeWriter extends Object implements SourceCodeWriter<JavaSourceCode>
A SourceCodeWriter that writes SourceCode in Java.
Author:
Andy Wilkinson, Matt Berteaux, Moritz Halbritter