JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.compiler
Package
javax.annotation.processing
Interface Completion
public interface
Completion
提供了一个注解的建议
完成
。完成是指插入程序作为注解的一部分的文本。
自:
1.6
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getMessage
()
返回有关完成的信息消息。
String
getValue
()
返回建议完成的文本。
Method Details
getValue
String
getValue
()
返回建议完成的文本。
返回:
建议完成的文本
getMessage
String
getMessage
()
返回有关完成的信息消息。
返回:
有关完成的信息消息