Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

javax.annotation.processing
Interface Completion


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
Modifier and Type Method and Description
 String getMessage()
          Returns an informative message about the completion.
 String getValue()
          Returns the text of the suggested completion.
 

Method Detail

getValue

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

Returns:
the text of the suggested completion.

getMessage

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

Returns:
an informative message about the completion.

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.