Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8254622 Hide superclasses from conditionally exported packages
  3. JDK-8356190

Release Note: Hide superclasses from conditionally exported packages

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 25
    • 25
    • tools

      JavaDoc now treats classes and interfaces from packages that are not exported or exported by qualified `export` as hidden unless they are explicitly included in the documentation. Such classes and interfaces do not appear in the generated documentation, even if they are extended or implemented by a documented type. Other instances of hidden types are private or package-private types, or types marked with the `@hidden` JavaDoc tag.

            hannesw Hannes Wallnoefer
            hannesw Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: