# Functions
NewTransformer returns a new Transformer.
TransformerWithFileHeader returns a TransformerOption that will update the file header to match the given file header.
TransformerWithFix returns a TransformerOption that will update the file options to match the package per the guidelines of the style guide.
TransformerWithJavaPackagePrefix returns a TransformerOption that will override the Java package prefix.
TransformerWithLogger returns a TransformerOption that uses the given logger.
# Interfaces
Transformer transforms an input file into an output file.
# Type aliases
TransformerOption is an option for a new Transformer.