module-info.java
示例:
module com.mycomp { exports com.mycomp.main to com.mycomp; }
在应用快速修复后:
module main { }
仅当项目或模块的语言级别为 9 或更高时才报告此检查。