JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.compiler
javax.annotation.processing
Completion
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getValue()
getMessage()
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getMessage
()
Returns an informative message about the completion.
String
getValue
()
Returns the text of the suggested completion.
Method Details
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