< prev index next >

src/java.xml/share/classes/module-info.java

Print this page

        

@@ -24,10 +24,12 @@
  */
 
 /**
  * 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.
+ *
+ * @since 9
  */
 module java.xml {
     exports javax.xml;
     exports javax.xml.catalog;
     exports javax.xml.datatype;
< prev index next >