Completion (Java SE 15 & JDK 15) (original) (raw)


public interface Completion

A suggested completion for an annotation. A completion is text meant to be inserted into a program as part of an annotation.

Since:

1.6

Modifier and Type Method Description
String getMessage() Returns an informative message about the completion.
String getValue() Returns the text of the suggested completion.