Class JavaSourceWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
com.storedobject.core.JavaSourceWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class JavaSourceWriter extends FilterWriter

This class is a filtered writer to format Java source code. In order to get your Java source code formatted, just pass it through this filter while writing it out.

(Uses Google's formatter and Google's Java coding styles .).

Author:
Syam