author | mli |
Fri, 10 Feb 2017 00:37:20 -0800 | |
changeset 43746 | 373490f9f179 |
parent 43745 | 037e5bb49d98 |
child 43748 | 0002f2c38eaa |
--- a/jaxp/src/java.xml/share/classes/module-info.java Thu Feb 09 18:09:37 2017 +0000 +++ b/jaxp/src/java.xml/share/classes/module-info.java Fri Feb 10 00:37:20 2017 -0800 @@ -26,6 +26,8 @@ /** * 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;