Java Platform Module System: Difference between revisions

Content deleted Content added
clean up, removed stub tag, typo(s) fixed: For example → For example, using AWB
Line 53:
| accessdate=2015-11-29}}</ref>
 
For example, the following module declaration declares that the module ''com.foo.bar'' depends on another ''com.foo.baz'' module, and exports the following packages: ''com.foo.bar.alpha'' and ''com.foo.bar.beta'':
<pre>
module com.foo.bar {
Line 93:
[[Category:Java platform]]
[[Category:Java specification requests]]
 
 
{{compu-lang-stub}}