8161965: Create initial javadoc description for modules
authorlancea
Thu, 18 Aug 2016 12:59:00 -0400
changeset 40485 7071a8494a74
parent 40484 be0ddc78275b
child 40486 81c849024b6b
8161965: Create initial javadoc description for modules Reviewed-by: mchung, alanb, abuckley
jaxp/src/java.xml/share/classes/module-info.java
--- 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;