8161531: Provide a javadoc description for the java.datatransfer module

Reviewed-by: ssadetsky
This commit is contained in:
Phil Race 2016-07-18 12:21:23 -07:00
parent 94247b22b9
commit 2c5d76c8f0

View File

@ -23,6 +23,11 @@
* questions.
*/
/**
* Provides interfaces and classes for transferring data between and
* within applications.
*/
module java.datatransfer {
exports java.awt.datatransfer;
exports sun.datatransfer to java.desktop;