You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@ Java 9 modules - the simplest example
2
2
======
3
3
4
4
It's the simplest example of using java modules.
5
-
The repo contains two modules `pl.tfij.java9modules.app` and `pl.tfij.java9modules.greetings`.
5
+
The repo was created for the purpose of the article [Quick introduction to Java 9 modularization](http://chi.pl/2017/03/11/Quick-Introduction-to-Java9-Modularization.html)
6
+
and contains two modules `pl.tfij.java9modules.app` and `pl.tfij.java9modules.greetings`.
6
7
The first one has a dependency to the second one.
7
8
Each module contains only one class with a one single-line method.
0 commit comments