Up to date syntax documentation?
Philippe Marschall
philippe.marschall at netcetera.ch
Wed Oct 14 16:14:57 UTC 2015
Hi
I'm looking for an up to date syntax documentation for the
module-info.java. Specifically I'm looking for the syntax for optional
dependencies and specifying the main class. The most up to date
information I could find was [1] but this doesn't cover optional
dependencies. Googling suggests the following syntax
require optional module-name;
But this doesn't seem to work. Googling also suggests there is/was
syntax for specifying the main class but none of the example seem to
work anymore.
[1] http://openjdk.java.net/projects/jigsaw/quick-start
Cheers
Philippe
More information about the jigsaw-dev
mailing list