... include line 4 in the module declaration.
A module-dependency graph shows dependencies among observable modules13—that is, the built-in standard modules and any additional modules required by a given app or library module. The graph’s nodes are modules and their dependencies are represented by directed edges (arrows) that connect the nodes. Some edges represent explicit dependencies on modules explicitly specified in a module declaration’s requires
clauses (as you’ll see in Fig. 36.14). Some edges represent implicit dependencies in which one of the required ...
Get Java How to Program, Early Objects, 11th Edition 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.