Community
Participate
Working Groups
- Create a Java 9 project - Right click on it, Configure > Create module-info.java A new module-info.java is created with an extra javadoc block: /** * */ /** * @author username * */ module projectname { exports some.package; }
*** This bug has been marked as a duplicate of bug 519491 ***