@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<com.google.auto.common.BasicAnnotationProcessor.ProcessingStep> |
initSteps() |
protected void |
postProcess() |
getSupportedAnnotationTypes, init, processgetCompletions, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic Set<String> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorprotected Iterable<com.google.auto.common.BasicAnnotationProcessor.ProcessingStep> initSteps()
initSteps in class com.google.auto.common.BasicAnnotationProcessorprotected void postProcess()
postProcess in class com.google.auto.common.BasicAnnotationProcessorCopyright © 2015 Google, Inc.. All Rights Reserved.