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