@SupportedAnnotationTypes(value="javax.inject.Inject") public final class InjectAdapterProcessor extends AbstractProcessor
Binding that injects the
@Inject-annotated members of a class.processingEnv| Constructor and Description |
|---|
InjectAdapterProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> types,
RoundEnvironment env) |
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.