[9] Review request: 8170701: Update FXML documentation for setAccessible
Mandy Chung
mandy.chung at oracle.com
Sat Mar 4 00:08:21 UTC 2017
> On Mar 3, 2017, at 10:29 PM, Kevin Rushforth <kevin.rushforth at oracle.com> wrote:
>
> Please review the following to update the FXML docs to document the requirement for a module that annotates non-public members with @FXML to "open" the containing package to the javafx.fxml module.
>
> https://bugs.openjdk.java.net/browse/JDK-8170701
> http://cr.openjdk.java.net/~kcr/8170701/webrev.00/
The doc change looks fine to me.
Minor suggestion. You may refer "module-info class” to {@link ModuleDescriptor} which can be synthesized (although it may not be common).
You may consider referencing {@link Module#isOpened} where you may say “the containing package of the object is {@link Module#isOpened opened} to {@code javafx.fxml} module.
Mandy
More information about the openjfx-dev
mailing list