RFR: 8254622: Hide superclasses from conditionally exported packages [v2]
Chen Liang
liach at openjdk.org
Fri Apr 11 19:44:31 UTC 2025
On Tue, 8 Apr 2025 09:02:25 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> 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
The new isHidden utility looks good. Sorry for a late review.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24446#pullrequestreview-2761437931
More information about the core-libs-dev
mailing list