< prev index next >

jaxws/src/jdk.xml.bind/share/classes/module-info.java

Print this page

        

@@ -21,10 +21,23 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
+/**
+ * Defines tools for JAXB including the <em>{@index schemagen schemagen}</em>
+ * and <em>{@index xjc xjc}</em> tools. 
+ *
+ * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
+ * <dt class="simpleTagLabel">Tool Guides:
+ * <dd>{@extLink schemagen_tool_reference schemagen},
+ *     {@extLink xjc_tool_reference xjc}
+ * </dl>
+ *
+ * @moduleGraph
+ * @since 9
+ */
 module jdk.xml.bind {
     requires java.activation;
     requires java.compiler;
     requires java.desktop;
     requires java.logging;
< prev index next >