When the Eclipse creates a module-info.java what would be?
How should I employ? In places where I seek nothing is synthesized.
2
This is part of the definition of Java 9 modules, introduced in what was called Jigsaw. I never used Java 9, but I’m studying so I can give an answer here. Meanwhile, I found this article from Baeldung that is a good read, even if someone else wants to write an answer while I’m not writing mine: https://www.baeldung.com/project-jigsaw-java-modularity
This is part of the definition of Java 9 modules, introduced in what was called Jigsaw. I never used Java 9, but I’m studying so I can give an answer here. Meanwhile, I found this article from Baeldung that is a good read, even if someone else wants to write an answer while I’m not writing mine: https://www.baeldung.com/project-jigsaw-java-modularity
– Jefferson Quesado