On 11/05/2016 08:45, Gunnar Morling wrote:
:
Assuming a developer needs to change the module requirements of one of the
modules they use, this means - as far as I understand the current design -
they need to get the source of the module's module-info.java, adapt it as
needed and re-compile it.
Assuming there are actually good reasons for changing it then I would
hope you would recompile the module completely, not just module
declaration as otherwise it may not be in sync with the code in the module.
-Alan