Package | Description |
---|---|
javax.annotation.processing |
Modifier and Type | Method and Description |
---|---|
static Completion |
Completions.of(String s) |
static Completion |
Completions.of(String s1,
String s2) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Completion> |
Processor.getCompletions(Element element,
AnnotationMirror annotationMirror,
ExecutableElement executableElement,
String s) |
Iterable<? extends Completion> |
AbstractProcessor.getCompletions(Element element,
AnnotationMirror annotationMirror,
ExecutableElement executableElement,
String s) |
Copyright © 2017. All rights reserved.