This is the pluggable Sourclet interface for customizing BeautyJ's output.
Besides init(..), the only method to be implemented is
buildSource(..), which handles all the conversion
from SourceObjects to Java source code.
See AbstractSourclet for a further refined model of the process of generating
Java source code, and StandardSourclet for a full implementation.
author: Jens Gulden version: 1.0 See Also:de.gulden.util.javasource.sourclet.AbstractSourclet See Also:de.gulden.util.javasource.sourclet.standard.StandardSourclet