< prev index next >

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

Print this page

        

*** 25,34 **** --- 25,35 ---- /** * 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 >