| Constructor and Description | 
|---|
CandidateComponentsIndexer()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<? extends Completion> | 
getCompletions(Element element,
              AnnotationMirror annotation,
              ExecutableElement member,
              String userText)  | 
Set<String> | 
getSupportedAnnotationTypes()  | 
Set<String> | 
getSupportedOptions()  | 
SourceVersion | 
getSupportedSourceVersion()  | 
void | 
init(ProcessingEnvironment env)  | 
boolean | 
process(Set<? extends TypeElement> annotations,
       RoundEnvironment roundEnv)  | 
public Set<String> getSupportedOptions()
getSupportedOptions in interface Processorpublic Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface Processorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface Processorpublic void init(ProcessingEnvironment env)
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
getCompletions in interface Processor