@IncrementalAnnotationProcessor(value=ISOLATING) @AutoService(value=javax.annotation.processing.Processor.class) public final class DisableInstallInCheckProcessor extends BaseProcessor
dagger.hilt.migration.DisableInstallInCheck| Constructor and Description |
|---|
DisableInstallInCheckProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<java.lang.String> |
getSupportedAnnotationTypes() |
void |
processEach(javax.lang.model.element.TypeElement annotation,
javax.lang.model.element.Element element)
Called for each element in a round that uses a supported annotation.
|
claimAnnotations, delayErrors, getElementUtils, getErrorHandler, getMessager, getProcessingEnv, getSupportedSourceVersion, getTypeUtils, init, postRoundProcess, preRoundProcess, processpublic com.google.common.collect.ImmutableSet<java.lang.String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface javax.annotation.processing.ProcessorgetSupportedAnnotationTypes in class javax.annotation.processing.AbstractProcessorpublic void processEach(javax.lang.model.element.TypeElement annotation,
javax.lang.model.element.Element element)
BaseProcessorprocessEach in class BaseProcessor