Completionpublic interface Completion A suggested {@linkplain Processor#getCompletions completion} for an
annotation. A completion is text meant to be inserted into a
program as part of an annotation. |
Methods Summary |
---|
public java.lang.String | getMessage()Returns an informative message about the completion.
| public java.lang.String | getValue()Returns the text of the suggested completion.
|
|