< prev index next >

jdk/src/java.datatransfer/share/classes/module-info.java

Print this page

        

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines an API for transferring data between and within applications. * * @since 9 */ module java.datatransfer { exports java.awt.datatransfer; exports sun.datatransfer to java.desktop; --- 22,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /** ! * Defines the API for transferring data between and within applications. * + * @moduleGraph * @since 9 */ module java.datatransfer { exports java.awt.datatransfer; exports sun.datatransfer to java.desktop;
< prev index next >