8161965: Create initial javadoc description for modules

Reviewed-by: mchung, alanb, abuckley
This commit is contained in:
Lance Andersen 2016-08-18 12:59:00 -04:00
parent df25ab9597
commit 07f401e5bc

View File

@ -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;