Uses of Interface
com.google.auto.common.BasicAnnotationProcessor.Step
Packages that use BasicAnnotationProcessor.Step
-
Uses of BasicAnnotationProcessor.Step in com.google.auto.common
Methods in com.google.auto.common that return BasicAnnotationProcessor.StepModifier and TypeMethodDescriptionprotected 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.StepModifier and TypeMethodDescriptionprotected Iterable<? extends BasicAnnotationProcessor.Step> BasicAnnotationProcessor.steps()Creates processing steps for this processor.