| Package | Description |
|---|---|
| javax.annotation.processing |
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Completion |
Completions.of(String
Returns a completion of the value and an empty message
|
static Completion |
Completions.of(String
Returns a completion of the value and message.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable |
AbstractProcessor.getCompletions(Element
Returns an empty iterable of completions.
|
Iterable |
Processor.getCompletions(Element
Returns to the tool infrastructure an iterable of suggested completions to an annotation.
|