Uses of Interface
com.google.auto.common.BasicAnnotationProcessor.Step
-
Packages that use BasicAnnotationProcessor.Step Package Description com.google.auto.common -
-
Uses of BasicAnnotationProcessor.Step in com.google.auto.common
Methods in com.google.auto.common that return BasicAnnotationProcessor.Step Modifier and Type Method Description protected static BasicAnnotationProcessor.Step
BasicAnnotationProcessor. asStep(BasicAnnotationProcessor.ProcessingStep processingStep)
Wraps the passedBasicAnnotationProcessor.ProcessingStep
in aBasicAnnotationProcessor.Step
.Methods in com.google.auto.common that return types with arguments of type BasicAnnotationProcessor.Step Modifier and Type Method Description protected Iterable<? extends BasicAnnotationProcessor.Step>
BasicAnnotationProcessor. steps()
Creates processing steps for this processor.
-