[jfx19] RFR: 8291906: Bindings.createXxxBinding inherit incorrect method docs
Kevin Rushforth
kcr at openjdk.org
Fri Aug 19 23:16:44 UTC 2022
On Fri, 19 Aug 2022 00:18:37 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> Added docs for inherited methods in `Bindings` subclasses.
As far as I can tell, none of these are public API and so don't show up in the docs. (If they were, then the lack of an `@return` in a few places would generate a warning which we are not seeing. Are you building the docs with a setting that produces docs for non-public classes?
If that's the reason for doing this, then it probably doesn't need to go into 19 (although, since we are going to generate the docs again anyway., I won't object).
-------------
PR: https://git.openjdk.org/jfx/pull/881
More information about the openjfx-dev
mailing list