Class SourceBuilder

java.lang.Object
org.inferred.freebuilder.processor.source.SourceBuilder

public class SourceBuilder extends Object
Source code builder, using format strings for readability, with sensible formatting for type objects.
 // Imports StringBuilder and appends "  StringBuilder foo;\n" to the source code.
 builder.addLine("  %s foo;", StringBuilder.class);