|
Préférences
Moteurs de recherche
|
||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.annotation.processing
|
|||||||||
| Method Summary | |
|---|---|
static Completion |
of(String value)
Returns a completion of the value and an empty message |
static Completion |
of(String value,
String message)
Returns a completion of the value and message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Completion of(String value, String message)
value - the text of the completionmessage - a message about the completion
public static Completion of(String value)
value - the text of the completion