Questions
- Which JAR dependency problem does JPMS aim to solve?
- Which JPMS directive should we use to enable access to a package containing public types?
- To declare a dependency on a module, which JPMS directive should we use?
- When applying dependency inversion on the hexagonal architecture, which components can be regarded as high-level, abstraction, and low-level?