@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, isInitialized
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> types, RoundEnvironment env)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2016 Square, Inc.. All rights reserved.