Does Module system in Java 9 allow circular dependency?
kant kodali
kanth909 at gmail.com
Sun Sep 24 23:45:31 UTC 2017
Another example would be. Module A depends on Module B and Module B depends
on Module C and Module C depends on Module A.
On Sun, Sep 24, 2017 at 4:43 PM, kant kodali <kanth909 at gmail.com> wrote:
> Hi All,
>
> Does Module system in Java 9 allow circular dependency? For example, Say
> Module A requires Module B and Module B requires Module A. Is this allowed?
> If so how is this resolved?
>
> Thanks!
>
More information about the jdk9-dev
mailing list