Java Platform Module System: Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (11751)
Line 57:
</pre>
 
Contrary to the Jar file format, the module manifestwill describesdescribe these dependencies, andin a module declaration which will be placed in a file named ''module-info.java'' at the root of the module’s source-file hierarchy. The JDK iswill able to check them both at compile-time and runtime. The JDK itself will be modularized for [[Java version history#Java SE 9|Java 9]].<ref>{{cite web
| url=http://cr.openjdk.java.net/~mr/jigsaw/ea/module-summary.html
| title=JDK Module Summary