FileDocCategorySizeDatePackage
Completion.javaAPI DocJava SE 6 API876Tue Jun 10 00:26:04 BST 2008javax.annotation.processing

Completion

public 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.
author
Joseph D. Darcy
author
Scott Seligman
author
Peter von der Ahé
version
1.2 06/07/31
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetMessage()
Returns an informative message about the completion.

return
an informative message about the completion.

public java.lang.StringgetValue()
Returns the text of the suggested completion.

return
the text of the suggested completion.