@sealedGraph showing exhaustiveness of hierarchy
-
liangchenblue at gmail.com
Fri Oct 20 17:15:14 UTC 2023
Hello Per-Ake and developers,
The @sealedGraph javadoc taglet that renders sealed classes hierarchy
currently does not indicate the exhaustiveness of a hierarchy; for example,
MethodHandleDesc may have non-DirectMethodHandleDesc implementations while
StringTemplate.Processor.Linkage only has FormatProcessor implementations.
Currently, javadoc distinguishes by adding a "(not exhaustive)" note after
the permits list. Should @sealedGraph find a similar way to indicate
non-exhaustiveness?
Chen Liang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/javadoc-dev/attachments/20231021/71adcf78/attachment.htm>
More information about the javadoc-dev
mailing list