src/jdk.jdeps/share/classes/module-info.java
changeset 54950 46ae54c3026d
parent 47216 71c04702a3d5
equal deleted inserted replaced
54949:7bfb499b4f38 54950:46ae54c3026d
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    42  *
    42  *
    43  * <p>
    43  * <p>
    44  * <em>jdeprscan</em> only exists as a command line tool, and does not provide
    44  * <em>jdeprscan</em> only exists as a command line tool, and does not provide
    45  * any direct API.
    45  * any direct API.
    46  *
    46  *
    47  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    47  * @toolGuide javap
    48  * <dt class="simpleTagLabel">Tool Guides:
    48  * @toolGuide jdeprscan
    49  * <dd>{@extLink javap_tool_reference javap},
    49  * @toolGuide jdeps
    50  *     {@extLink jdeprscan_tool_reference jdeprscan},
       
    51  *     {@extLink jdeps_tool_reference jdeps}
       
    52  * </dl>
       
    53  *
    50  *
    54  * @provides java.util.spi.ToolProvider
    51  * @provides java.util.spi.ToolProvider
    55  *
    52  *
    56  * @moduleGraph
    53  * @moduleGraph
    57  * @since 9
    54  * @since 9