Capturing from internal chat, we'd like to change the behavior of module annotations and make the skipConfiguration = true by default. This will mean that by default module loader will try to use the no-arg constructor of a module and will not require any configuration.
Capturing from internal chat, we'd like to change the behavior of module annotations and make the
skipConfiguration = true
by default. This will mean that by default module loader will try to use the no-arg constructor of a module and will not require any configuration.