22232425262728
public static final String INDENTATION = " "; private final IndentedAppendable writer; public CodeWriter(Appendable writer) { this(new DefaultIndentedAppendable(writer)); }