module-info.java
例:
module com.mycomp { exports com.mycomp.main to com.mycomp; }
クイックフィックス適用後:
module main { }