Uses of Interface
com.google.auto.common.BasicAnnotationProcessor.ProcessingStep
-
Packages that use BasicAnnotationProcessor.ProcessingStep Package Description com.google.auto.common com.google.auto.value.extension.memoized -
-
Uses of BasicAnnotationProcessor.ProcessingStep in com.google.auto.common
Fields in com.google.auto.common with type parameters of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Field Description private com.google.common.collect.SetMultimap<BasicAnnotationProcessor.ProcessingStep,BasicAnnotationProcessor.ElementName>
BasicAnnotationProcessor. elementsDeferredBySteps
private com.google.common.collect.ImmutableList<? extends BasicAnnotationProcessor.ProcessingStep>
BasicAnnotationProcessor. steps
Methods in com.google.auto.common that return types with arguments of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Method Description protected abstract java.lang.Iterable<? extends BasicAnnotationProcessor.ProcessingStep>
BasicAnnotationProcessor. initSteps()
Creates processing steps for this processor. -
Uses of BasicAnnotationProcessor.ProcessingStep in com.google.auto.value.extension.memoized
Classes in com.google.auto.value.extension.memoized that implement BasicAnnotationProcessor.ProcessingStep Modifier and Type Class Description private static class
MemoizedValidator.ValidationStep
Methods in com.google.auto.value.extension.memoized that return types with arguments of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Method Description protected java.lang.Iterable<? extends BasicAnnotationProcessor.ProcessingStep>
MemoizedValidator. initSteps()
-