RFR: JDK-8312058: Documentation improvements for subscription based listeners
Nir Lisker
nlisker at openjdk.org
Fri Jul 14 01:48:09 UTC 2023
On Thu, 13 Jul 2023 21:13:06 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> Incorporates documentation review comments from #1069.
>
> This PR should be kept minimal so it can be backported to JFX21; it should only contain documentation changes.
modules/javafx.base/src/main/java/javafx/beans/Subscription.java line 63:
> 61: *
> 62: * Implementors must ensure the implementation is idempotent (a no-op
> 63: * if called more than once).
I now think this should be in an `@implSpec` tag since it specifies the implementation conditions.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1177#discussion_r1263201551
More information about the openjfx-dev
mailing list