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 class
BasicAnnotationProcessor.ProcessingStepAsStep
Fields 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. elementsDeferredBySteps
private com.google.common.collect.ImmutableList<? extends BasicAnnotationProcessor.Step>
BasicAnnotationProcessor. steps
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 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)
-