< prev index next >

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

Print this page

        

@@ -25,10 +25,11 @@
 
 /**
  * Defines the subset of the W3C Document Object Model (DOM) API that is not part
  * of the Java SE API.
  *
+ * @moduleGraph
  * @since 9
  */
 module jdk.xml.dom {
     requires transitive java.xml;
     exports org.w3c.dom.css;
< prev index next >