RFR: JDK-8316972: Add javadoc support for restricted methods [v4]
Luca Kellermann
duke at openjdk.org
Mon Feb 5 02:15:14 UTC 2024
On Sun, 4 Feb 2024 23:10:11 GMT, Luca Kellermann <duke at openjdk.org> wrote:
> My guess to why this is happening is that `com.sun.tools.javac.code.Flags` has the same value for both `SEALED` and `RESTRICTED`.
If this is the reason, then https://github.com/openjdk/jdk/pull/15964 is probably the real cause. `Flags.RESTRICTED` was added in that PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16188#issuecomment-1926100762
More information about the javadoc-dev
mailing list