@AutoService(value=javax.annotation.processing.Processor.class) public class GrpcServiceProcessor extends com.google.auto.common.BasicAnnotationProcessor implements com.google.auto.common.BasicAnnotationProcessor.ProcessingStep
@GrpcService.processingEnv| Constructor and Description |
|---|
GrpcServiceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSet<Class<GrpcService>> |
annotations() |
SourceVersion |
getSupportedSourceVersion() |
protected ImmutableList<GrpcServiceProcessor> |
initSteps() |
Set<Element> |
process(SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation) |
getSupportedAnnotationTypes, init, postProcess, postRound, processgetCompletions, getSupportedOptions, isInitializedprotected ImmutableList<GrpcServiceProcessor> initSteps()
initSteps in class com.google.auto.common.BasicAnnotationProcessorpublic ImmutableSet<Class<GrpcService>> annotations()
annotations in interface com.google.auto.common.BasicAnnotationProcessor.ProcessingSteppublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic Set<Element> process(SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation)
process in interface com.google.auto.common.BasicAnnotationProcessor.ProcessingStepCopyright © 2012–2017 The Dagger Authors. All rights reserved.