Class Completions
java.lang.Object
javax.annotation.processing.Completions
- 
Method SummaryModifier and TypeMethodDescriptionstatic CompletionReturns a completion of the value and an empty message.static CompletionReturns a completion of the value and message.
- 
Method Details- 
ofReturns a completion of the value and message.- Parameters:
- value- the text of the completion
- message- a message about the completion
- Returns:
- a completion of the value and message
 
- 
ofReturns 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
 
 
-