module-info.java
예:
module com.mycomp { exports com.mycomp.main to com.mycomp; }
빠른 수정을 적용한 후:
module main { }