Actually, since the API doc for Module#isExported(String) [1] specifies that it also returns true if the package is opened unconditionally, do you think I need to mention it in the JavaFX docs as a parenthetical comment, or it is sufficient to link to Module#isExported(String)?

-- Kevin

[1] http://download.java.net/java/jdk9/docs/api/java/lang/Module.html#isExported-java.lang.String-


Kevin Rushforth wrote:


Alex Buckley wrote:
OK, so for the JDK 9 docs, "unconditionally exported (or unconditionally opened)" would be clear.

I was originally thinking to require unconditional export, but since it will also be fine for an application to open the package unconditionally, I will make this change and document either as being sufficient.

Thanks.

-- Kevin

Reply via email to