Package com.google.auto.value.processor
Class TypeSimplifier.Spelling
java.lang.Object
com.google.auto.value.processor.TypeSimplifier.Spelling
- Enclosing class:
TypeSimplifier
The spelling that should be used to refer to a given class, and an indication of whether it
should be imported.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
spelling
-
importIt
final boolean importIt
-
-
Constructor Details
-
Spelling
Spelling(String spelling, boolean importIt)
-