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
Methods in com.google.auto.common that return types with arguments of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Method Description protected abstract Iterable<? extends BasicAnnotationProcessor.ProcessingStep>BasicAnnotationProcessor. initSteps()Creates processing steps for this processor. -
Uses of BasicAnnotationProcessor.ProcessingStep in com.google.auto.value.extension.memoized
Methods in com.google.auto.value.extension.memoized that return types with arguments of type BasicAnnotationProcessor.ProcessingStep Modifier and Type Method Description protected Iterable<? extends BasicAnnotationProcessor.ProcessingStep>MemoizedValidator. initSteps()
-