< prev index next >

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

Print this page

        

@@ -22,12 +22,13 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- * Defines the subset of the W3C Document Object Model (DOM) API that is not part
- * of the Java SE API.
+ * Provides the subset of the W3C Document Object Model (DOM) API that is not part
+ * of the Java SE API but was included in the Java Plug-in Common DOM API in versions
+ * before Java SE 9. These packages are provided as is for backward compatibility.
  *
  * @moduleGraph
  * @since 9
  */
 module jdk.xml.dom {
< prev index next >