javax.annotation.processing
Interface Completion

All Known Implementing Classes:
Completions.SimpleCompletion

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

Method Summary
 java.lang.String getMessage()
          Returns an informative message about the completion.
 java.lang.String getValue()
          Returns the text of the suggested completion.
 

Method Detail

getValue

java.lang.String getValue()
Returns the text of the suggested completion.

Returns:
the text of the suggested completion.

getMessage

java.lang.String getMessage()
Returns an informative message about the completion.

Returns:
an informative message about the completion.