module-info.java
示例:
module com.mycomp { exports com.mycomp.main to com.mycomp; }
在应用快速修复后:
module main { }