RFR: JDK-8263507: Add links to page sections in sub-navigation of package summaries
Hannes Wallnoefer
hannes.wallnoefer at oracle.com
Tue Apr 13 14:11:15 UTC 2021
Am 13.04.2021 um 07:22 schrieb Jonathan Gibbons <jonathan.gibbons at oracle.com>:
>
> Just asking: does the "Classes" tab refer to "all classes, including enum classes, record classes, exceptions and errors", or "all classes except enum classes, record classes, exceptions and errors" ?
It just includes „ordinary“ classes as identified by Utils.isOrdinaryClass(TypeElement), so interfaces, enum classes, exceptions, errors and annotation interfaces are excluded. But I just discovered record classes are not (matching the fact that there is currently no „Record Classes“ tab in the All Classes page).
Hannes
> -- jon
>
More information about the javadoc-dev
mailing list