src/java.annotations.common/share/classes/module-info.java

Print this page

        

@@ -21,9 +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.annotations.common} module defines and exports the subset
+ * of the common annotations required to support the core
+ * JAX-WS API.
+ */
 module java.annotations.common {
     exports javax.annotation;
 }