8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
--- a/jaxp/src/java.xml/share/classes/module-info.java Thu Aug 18 16:56:31 2016 +0300
+++ b/jaxp/src/java.xml/share/classes/module-info.java Thu Aug 18 12:59:00 2016 -0400
@@ -23,6 +23,10 @@
* questions.
*/
+/**
+ * Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX),
+ * the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.
+ */
module java.xml {
exports javax.xml;
exports javax.xml.catalog;