[9] Review request: 8178015: Clarify requirement for app modules to export/open packages to javafx modules

Kevin Rushforth kevin.rushforth at oracle.com
Tue Apr 18 19:48:22 UTC 2017



Alan Bateman wrote:
>
>
> On 18/04/2017 19:19, Kevin Rushforth wrote:
>> Good suggestion. Here is an updated webrev with Mandy's suggestion 
>> and yours:
>>
>> http://cr.openjdk.java.net/~kcr/8178015/webrev.01/
>>
>> -- Kevin
> This looks mostly okay.
>
> I guess for FXML then I assume that the annotated member could be 
> public, in which case the package just needs to be exported (no need 
> to open).

Yes, it could be, but the more typical use of the annotation is on 
non-public members, so that was why I chose that as the example.

-- Kevin


>
> -Alan


More information about the openjfx-dev mailing list