| javax.annotation.processing.Completion
Completion | public interface Completion (Code) | | A suggested
for an
annotation. A completion is text meant to be inserted into a
program as part of an annotation.
author: Joseph D. Darcy author: Scott Seligman author: Peter von der Ahé version: 1.8 07/05/05 since: 1.6 |
getMessage | String getMessage()(Code) | | Returns an informative message about the completion.
an informative message about the completion. |
getValue | String getValue()(Code) | | Returns the text of the suggested completion.
the text of the suggested completion. |
|
|