Uses of Class
com.google.auto.value.processor.TemplateVars
-
Packages that use TemplateVars Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of TemplateVars in com.google.auto.value.processor
Subclasses of TemplateVars in com.google.auto.value.processor Modifier and Type Class Description (package private) class
AutoAnnotationTemplateVars
The variables to substitute into the autoannotation.vm template.(package private) class
AutoOneOfTemplateVars
The variables to substitute into the autooneof.vm template.(package private) class
AutoValueOrOneOfTemplateVars
The variables to substitute into the autovalue.vm or autooneof.vm template.(package private) class
AutoValueTemplateVars
The variables to substitute into the autovalue.vm template.(package private) static class
GwtSerialization.GwtTemplateVars
-