java.lang.Object
javax.annotation.processing.Completions
Utility class for assembling
Completion
objects.- Since:
- 1.6
-
Method Summary
Modifier and TypeMethodDescriptionstatic Completion
Returns a completion of the value and an empty message.static Completion
Returns a completion of the value and message.
-
Method Details
-
of
Returns a completion of the value and message.- Parameters:
value
- the text of the completionmessage
- a message about the completion- Returns:
- a completion of the value and message
-
of
Returns a completion of the value and an empty message.- Parameters:
value
- the text of the completion- Returns:
- a completion of the value and an empty message
-