@AutoService(value=javax.annotation.processing.Processor.class) public final class ComponentProcessor extends com.google.auto.common.BasicAnnotationProcessor
processingEnv| Constructor and Description |
|---|
ComponentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
protected Iterable<? extends com.google.auto.common.BasicAnnotationProcessor.ProcessingStep> |
initSteps() |
protected void |
postRound(RoundEnvironment roundEnv) |
getSupportedAnnotationTypes, init, postProcess, processgetCompletions, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic Set<String> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorprotected Iterable<? extends com.google.auto.common.BasicAnnotationProcessor.ProcessingStep> initSteps()
initSteps in class com.google.auto.common.BasicAnnotationProcessorprotected void postRound(RoundEnvironment roundEnv)
postRound in class com.google.auto.common.BasicAnnotationProcessorCopyright © 2012–2017 The Dagger Authors. All rights reserved.