Package Summary  Overview Summary

class:Completion [NONE]


  • 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:getValue() [NONE]

  • getValue

    String getValue()
    Returns the text of the suggested completion.
    Returns:
    the text of the suggested completion.

method:getMessage() [NONE]

  • getMessage

    String getMessage()
    Returns an informative message about the completion.
    Returns:
    an informative message about the completion.

© 2019 Oracle Corporation and/or its affiliates