Relative Content

Tag Archive for javajava-platform-module-system

Java usage Jigsaw in multi module project

I’m working on a multi-module java project. The project will consist of several Java modules. We need encapsulation of the internal part of the module and allocation of the external API for use in external modules.