src/java.base/share/classes/module-info.java

Print this page

        

*** 22,34 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * java.base defines and exports the core APIs of the Java SE platform. */ - module java.base { exports java.io; exports java.lang; exports java.lang.annotation; --- 22,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines the core Java SE API. */ module java.base { exports java.io; exports java.lang; exports java.lang.annotation;