dependencies between automatic modules
Zheka Kozlov
orionllmain at gmail.com
Mon Apr 8 06:31:15 UTC 2019
Since automatic modules require all other modules, when the first module is
resolved, the other automatic modules are automatically resolved too. So,
you don't have to add all automatic modules manually to the graph. It's
enough to make a dependency only on the automatic module you need. Then the
other automatic modules will automatically get into the module graph.
пн, 8 апр. 2019 г. в 13:02, Michał Zegan <webczat_200 at poczta.onet.pl>:
> Hello,
> I know that automatic modules are visible and named module can depend on
> them. However what about dependencies between automatic modules? Do I
> have to manually add all automatic modules to the graph in such a case,
> at least if two automatic modules are tightly coupled, as in one depends
> on packages and classes of the other?
>
>
More information about the jigsaw-dev
mailing list