< prev index next >

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

Print this page

        

@@ -21,10 +21,17 @@
  * 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 classes and XML schema generation.
+ * 
+ * @moduleGraph 
+ * @since 9 
+ */
+@Deprecated(since="9", forRemoval=true) 
 module jdk.xml.bind {
     requires java.activation;
     requires java.compiler;
     requires java.desktop;
     requires java.logging;
< prev index next >