--- old/jdk/src/jdk.jartool/share/classes/module-info.java 2017-06-06 22:43:53.000000000 -0700 +++ new/jdk/src/jdk.jartool/share/classes/module-info.java 2017-06-06 22:43:52.000000000 -0700 @@ -25,7 +25,25 @@ /** * Defines tools for manipulating Java Archive (JAR) files, - * including the jar and jarsigner tools. + * including the {@index jar jar} and + * {@index jarsigner jarsigner} tools. + * + *

This module provides the equivalent of command-line access to + * jar via the {@link java.util.spi.ToolProvider ToolProvider} SPI. + * + *

Instances of the tool can be obtained by calling + * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst} + * or the {@link java.util.ServiceLoader service loader} with the name + * {@code "jar"}. + * + *

jarsigner just exists as a command line tool, + * and does not provide any direct API. + * + *

+ *
Tool Guides: + *
{@extLink jar_tool_reference jar}, + * {@extLink jarsigner_tool_reference jarsigner} + *
* * @moduleGraph * @since 9