HAHA! It runs!

Stephane Epardaud stef at epardaud.fr
Tue Dec 8 20:44:06 UTC 2015


I suspect a more common approach will be to generate module-info.class
directly, skipping the Java source file, since module-info.class is
extensible whereas module-info.java is not.

That's what I do ATM, but if we could add annotations to
module-info.java, it could become extensible. I could even annotate
versions and optional imports in there ;)


More information about the jigsaw-dev mailing list