Module java.compiler

Interface Completion


public interface Completion
提供了一个注解的建议完成。完成是指插入程序作为注解的一部分的文本。
自:
1.6
  • Method Summary

    Modifier and Type
    Method
    Description
    返回有关完成的信息消息。
    返回建议完成的文本。
  • Method Details

    • getValue

      String getValue()
      返回建议完成的文本。
      返回:
      建议完成的文本
    • getMessage

      String getMessage()
      返回有关完成的信息消息。
      返回:
      有关完成的信息消息