-
public interface CompletionA suggested completion for an annotation. A completion is text meant to be inserted into a program as part of an annotation.- Since:
- 1.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()Returns an informative message about the completion.StringgetValue()Returns the text of the suggested completion.
-