JavaTM 2 Platform
Standard Ed. 6

javax.annotation.processing
介面 Completion


public interface Completion

某一註釋的建議 completion。completion 是要作為註釋的一部分插入程序的文本。

從以下版本開始:
1.6

方法摘要
 String getMessage()
          返回包含許多有關 completion 資訊的訊息。
 String getValue()
          返回建議 completion 的文本。
 

方法詳細資訊

getValue

String getValue()
返回建議 completion 的文本。

返回:
建議 completion 的文本。

getMessage

String getMessage()
返回包含許多有關 completion 資訊的訊息。

返回:
包含許多有關 completion 資訊的訊息。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only