mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
This commit is contained in:
parent
df25ab9597
commit
07f401e5bc
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
* questions.
|
* 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 {
|
module java.xml {
|
||||||
exports javax.xml;
|
exports javax.xml;
|
||||||
exports javax.xml.catalog;
|
exports javax.xml.catalog;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue