27. Java Platform Module System
In this chapter you’ll:
Understand the motivation for modularity.
Review the Java Platform Module System JEPs and JSRs.
Create module
declarations that specify module dependencies with requires
and specify which packages a module makes available to other modules with exports
.
Allow runtime reflection of ...
Get Java 9 for Programmers now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.