@SupportedAnnotationTypes(value="dagger.Module") public final class GraphAnalysisProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
GraphAnalysisProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> types,
RoundEnvironment env)
Perform full-graph analysis on complete modules.
|
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> types, RoundEnvironment env)
process in interface Processorprocess in class AbstractProcessorCopyright © 2024 Square, Inc.. All rights reserved.