src/java.xml.ws/share/classes/module-info.java

Print this page

        

@@ -21,10 +21,14 @@
  * 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.
  */
 
+/**
+ * The {@code java.xml.ws} module defines and exports the
+ * the core Java API for XML Based Web Services (JAX-WS).
+ */
 module java.xml.ws {
     requires public java.activation;
     requires public java.xml;
     requires public java.xml.bind;
     requires java.annotations.common;