src/jdk.jpackage/share/classes/module-info.java
branchJDK-8200758-branch
changeset 57349 c6cd128bf0cd
parent 57106 ea870b9ce89a
child 57392 46d4b0aa4542
equal deleted inserted replaced
57348:d3a667ff5579 57349:c6cd128bf0cd
    33  * Instances of the tool can be obtained by calling
    33  * Instances of the tool can be obtained by calling
    34  * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
    34  * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
    35  * or the {@link java.util.ServiceLoader service loader} with the name
    35  * or the {@link java.util.ServiceLoader service loader} with the name
    36  * {@code "jpackage"}.
    36  * {@code "jpackage"}.
    37  *
    37  *
       
    38  * @implNote The {@code jpackage} tool is not thread-safe. An application
       
    39  * should not call either of the
       
    40  * {@link java.util.spi.ToolProvider ToolProvider} {@code run} methods
       
    41  * concurrently, even with separate {@code "jpackage"} {@code ToolProvider}
       
    42  * instances, or undefined behavior may result.
       
    43  * <p></p>
       
    44  *
    38  * @moduleGraph
    45  * @moduleGraph
    39  * @since 13
    46  * @since 13
    40  */
    47  */
    41 
    48 
    42 module jdk.jpackage {
    49 module jdk.jpackage {