Project

General

Profile

Java9 Support » History » Version 2

Henning Blohm, 31.12.2017 17:54

1 2 Henning Blohm
h1. Java 9 Support
2
3
The Java 9 module system provides for module level package exports and cross-module dependencies. As such it does not contradict the class loading delegation model but rather adds a dimension to it.
4
5
h2. How Z2 Modules Translate to Java 9 Modules
6
7
h2. How Java 9 integrates with Z2 Class Loading