I haven't looked, but this seems like it could be useful, as long as it
doesn't require us to add a taglet that would break compilation on JDK
17. If, for example, it can be enabled via a command line option, then
it would be easy to add that conditional on checking that the current
boot JDK is new enough. Maybe you can file an RFE.
-- Kevin
On 4/20/2023 7:27 AM, Nir Lisker wrote:
Any info on this?
On Tue, Apr 11, 2023 at 4:43 AM Nir Lisker <nlis...@gmail.com> wrote:
Hi,
I noticed that the JDK's javadoc contains a 'NEW' section [1], but
JavaFX's docs don't have it. Do we need to update the javadoc tool?
[1] https://docs.oracle.com/en/java/javase/19/docs/api/new-list.html
- Nir