equal
deleted
inserted
replaced
22 * or visit www.oracle.com if you need additional information or have any |
22 * or visit www.oracle.com if you need additional information or have any |
23 * questions. |
23 * questions. |
24 */ |
24 */ |
25 |
25 |
26 /** |
26 /** |
27 * Provides interfaces and classes for transferring data between and |
27 * Defines an API for transferring data between and within applications. |
28 * within applications. |
|
29 */ |
28 */ |
30 |
|
31 module java.datatransfer { |
29 module java.datatransfer { |
32 exports java.awt.datatransfer; |
30 exports java.awt.datatransfer; |
33 exports sun.datatransfer to java.desktop; |
31 exports sun.datatransfer to java.desktop; |
34 uses sun.datatransfer.DesktopDatatransferService; |
32 uses sun.datatransfer.DesktopDatatransferService; |
35 } |
33 } |