JDK-8258602

- liangchenblue at gmail.com
Fri Jan 15 18:15:14 UTC 2021


A reply to https://bugs.openjdk.java.net/browse/JDK-8258602
In my opinion, the "final" modifier should be added.
If we look at the methods, we find that "abstract" and "default", both
modifiers indicating whether a method is overridable, are included.
It would make sense for "final" to be treated the same, as "final"
indicates a method cannot be overridden by subclasses, to the opposite of
"abstract" where it must be overridden by a concrete implementation.

liangchenblue at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/javadoc-dev/attachments/20210115/6305d498/attachment.htm>


More information about the javadoc-dev mailing list