The document discusses Project Jigsaw and the Java Platform Module System. It provides an overview of the key aspects of modular development in Java 9 such as modules, module types, module declarations with exports and requires, and services. It also demonstrates a sample modular application structure with multiple modules - m1, m2 and app module. The document discusses how modules provide reliable configuration and strong encapsulation of types and packages in Java 9.