Remove the "unsupported API" warning from jdk.javadoc

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 19
    • Component/s: tools
    • None

      """
      This is NOT part of any supported API.
      If you write code that depends on this, you do so at your own risk.
      This code and its internal interfaces are subject to change or
      deletion without notice.
      """

      This warning has become unnecessary since JDK 9, which enforced the same idea programmatically by not exporting the respective packages.

      While in most of the source code that warning acts as a visual noice, it might be reasonable to leave it in package-info.java files.

            Assignee:
            Pavel Rappo
            Reporter:
            Pavel Rappo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: