Implied readability + layers

Ali Ebrahimi ali.ebrahimi1781 at gmail.com
Thu Nov 5 13:24:33 UTC 2015


Hi,

On Thu, Nov 5, 2015 at 3:14 PM, Alan Bateman <Alan.Bateman at oracle.com>
wrote:

>
>
> On 05/11/2015 10:49, Frank Yuan wrote:
>
>> :
>> Generally, m2 at 1 and m2 at 2 are different versions of a same component. So
>> essentially a module M cannot read duplicate types/modules, except only use
>> reflection to access, right?
>>
>> Yes, assuming m2 at 1 and m2 at 2 export the same package to M then it should
> be caught when attempting to create the Configuration. And yes, M can use
> the reflection API to read any other module at run-time.


If m2 at 2 can hide(override) m2 at 1 for M then you don't have duplicates.


-- 

Best Regards,
Ali Ebrahimi


More information about the jigsaw-dev mailing list