8181639: Add tool and services information to module summary

Reviewed-by: alanb, psandoz, lancea
This commit is contained in:
Mandy Chung 2017-06-07 21:14:58 -07:00
parent 0e7374e99c
commit 76800fef73
4 changed files with 26 additions and 3 deletions

View File

@ -26,6 +26,8 @@
/**
* Defines the Java Architecture for XML Binding (JAXB) API.
*
* @uses javax.xml.bind.JAXBContextFactory
*
* @moduleGraph
* @since 9
*/

View File

@ -27,6 +27,12 @@
* Defines the Java API for XML-Based Web Services (JAX-WS), and
* the Web Services Metadata API.
*
* @uses javax.xml.soap.MessageFactory
* @uses javax.xml.soap.SAAJMetaFactory
* @uses javax.xml.soap.SOAPConnectionFactory
* @uses javax.xml.soap.SOAPFactory
* @uses javax.xml.ws.spi.Provider
*
* @moduleGraph
* @since 9
*/

View File

@ -24,11 +24,18 @@
*/
/**
* Defines tools for JAXB classes and XML schema generation.
* Defines tools for JAXB classes and XML schema generation,
* including the <em>{@index schemagen schemagen tool}</em>
* and <em>{@index xjc xjc tool}</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
*
*/
@Deprecated(since="9", forRemoval=true)
module jdk.xml.bind {

View File

@ -24,7 +24,15 @@
*/
/**
* Defines tools for JAXWS classes and WSDL generation
* Defines tools for JAX-WS classes and WSDL generation,
* including the <em>{@index wsgen wsgen tool}</em>
* and <em>{@index wsimport wsimport tool}</em> tools.
*
* <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
* <dt class="simpleTagLabel">Tool Guides:
* <dd>{@extLink wsgen_tool_reference wsgen},
* {@extLink wsimport_tool_reference wsimport}
* </dl>
*
* @moduleGraph
* @since 9