Re: Spec confusion about open modules

2017-07-02 Thread Alan Bateman
On 02/07/2017 11:16, Cay Horstmann wrote: In §7.7, the JLS draft from 2017-06-26 states: An open module, with the open modifier ... grants access at run time to types in all its packages, as if all packages had been exported. ... Distinct from access at compile time and access at run time, the J

Spec confusion about open modules

2017-07-02 Thread Cay Horstmann
In §7.7, the JLS draft from 2017-06-26 states: An open module, with the open modifier ... grants access at run time to types in all its packages, as if all packages had been exported. ... Distinct from access at compile time and access at run time, the Java SE Platform provides reflective access