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
Classes in com.google.auto.common that implement BasicAnnotationProcessor.Step Modifier and Type Class Description private static classBasicAnnotationProcessor.ProcessingStepAsStepFields in com.google.auto.common with type parameters of type BasicAnnotationProcessor.Step Modifier and Type Field Description private com.google.common.collect.SetMultimap<BasicAnnotationProcessor.Step,BasicAnnotationProcessor.ElementName>BasicAnnotationProcessor. elementsDeferredByStepsprivate com.google.common.collect.ImmutableList<? extends BasicAnnotationProcessor.Step>BasicAnnotationProcessor. stepsMethods 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.Methods in com.google.auto.common with parameters of type BasicAnnotationProcessor.Step Modifier and Type Method Description private com.google.common.collect.ImmutableSet<javax.lang.model.element.TypeElement>BasicAnnotationProcessor. getSupportedAnnotationTypeElements(BasicAnnotationProcessor.Step step)
-