> Please review an enhancement to treat classes and interfaces that are not > included and not unconditionally exported as hidden. This means they do not > show up in the generated documentation even if they are implemented or > extended by a documented type. > > This change makes the `@hidden` JavaDoc tag unnecessary in two internal base > classes that previously used it, `jdk.internal.vm.vector.VectorSupport` and > `jdk.internal.event.Event`. The generated documentation is unchanged. > > The change also adds support for the `@hidden` JavaDoc tag in interfaces, > which was previously missing, and adds coverage to `TestHiddenTag.java`.
Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision: Review feedback: add Utils.isVisible(TypeElement) method ------------- Changes: - all: https://git.openjdk.org/jdk/pull/24446/files - new: https://git.openjdk.org/jdk/pull/24446/files/6e83725e..682e1ebe Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=24446&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24446&range=00-01 Stats: 61 lines in 10 files changed: 26 ins; 14 del; 21 mod Patch: https://git.openjdk.org/jdk/pull/24446.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/24446/head:pull/24446 PR: https://git.openjdk.org/jdk/pull/24446