#BAEL-16633 split Core Java 9 module - Jigsaw

This commit is contained in:
Alessio Stalla
2019-10-25 16:42:05 +02:00
parent e208e0db03
commit 0e37289743
24 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
## Core Java 9
This module contains articles about Project Jigsaw and the Java Platform Module System (JPMS), introduced with Java 9.
### Relevant Articles:
- [Introduction to Project Jigsaw](http://www.baeldung.com/project-jigsaw-java-modularity)
- [A Guide to Java 9 Modularity](https://www.baeldung.com/java-9-modularity)
- [Java 9 java.lang.Module API](https://www.baeldung.com/java-9-module-api)