Uses of Interface
com.google.auto.common.BasicAnnotationProcessor.Step
-
-
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.StepBasicAnnotationProcessor. asStep(BasicAnnotationProcessor.ProcessingStep processingStep)Wraps the passedBasicAnnotationProcessor.ProcessingStepin aBasicAnnotationProcessor.Step.Methods in com.google.auto.common that return types with arguments of type BasicAnnotationProcessor.Step Modifier and Type Method Description protected java.lang.Iterable<? extends BasicAnnotationProcessor.Step>BasicAnnotationProcessor. steps()Creates processing steps for this processor.
-