| |
|
| java.lang.Object javax.annotation.processing.Completions
Completions | public class Completions (Code) | | Utility class for assembling
Completion objects.
author: Joseph D. Darcy author: Scott Seligman author: Peter von der Ahé version: 1.8 07/05/05 since: 1.6 |
of | public static Completion of(String value, String message)(Code) | | Returns a completion of the value and message.
Parameters: value - the text of the completion Parameters: message - a message about the completion a completion of the provided value and message |
of | public static Completion of(String value)(Code) | | Returns a completion of the value and an empty message
Parameters: value - the text of the completion a completion of the value and an empty message |
|
|
|