Uses of Interface
com.google.auto.common.BasicAnnotationProcessor.ProcessingStep
-
Packages that use BasicAnnotationProcessor.ProcessingStep Package Description com.google.auto.common -
-
Uses of BasicAnnotationProcessor.ProcessingStep in com.google.auto.common
Fields in com.google.auto.common declared as BasicAnnotationProcessor.ProcessingStep Modifier and Type Field Description private BasicAnnotationProcessor.ProcessingStepBasicAnnotationProcessor.ProcessingStepAsStep. processingStepMethods in com.google.auto.common that return types with arguments of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Method Description protected java.lang.Iterable<? extends BasicAnnotationProcessor.ProcessingStep>BasicAnnotationProcessor. initSteps()Deprecated.ImplementBasicAnnotationProcessor.steps()instead.Methods in com.google.auto.common with parameters of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Method Description protected static BasicAnnotationProcessor.StepBasicAnnotationProcessor. asStep(BasicAnnotationProcessor.ProcessingStep processingStep)Wraps the passedBasicAnnotationProcessor.ProcessingStepin aBasicAnnotationProcessor.Step.Constructors in com.google.auto.common with parameters of type BasicAnnotationProcessor.ProcessingStep Constructor Description ProcessingStepAsStep(BasicAnnotationProcessor.ProcessingStep processingStep)
-