src/jdk.javadoc/share/classes/module-info.java
changeset 54950 46ae54c3026d
parent 53885 e03bbe023e50
child 55202 7c49133fc1bc
equal deleted inserted replaced
54949:7bfb499b4f38 54950:46ae54c3026d
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 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
    40  * <p> Instances of the tools can be obtained by calling
    40  * <p> Instances of the tools can be obtained by calling
    41  * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
    41  * {@link java.util.spi.ToolProvider#findFirst ToolProvider.findFirst}
    42  * or the {@linkplain java.util.ServiceLoader service loader} with the name
    42  * or the {@linkplain java.util.ServiceLoader service loader} with the name
    43  * {@code "javadoc"}.
    43  * {@code "javadoc"}.
    44  *
    44  *
    45  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    45  * @toolGuide javadoc
    46  * <dt class="simpleTagLabel">Tool Guides:
       
    47  * <dd>{@extLink javadoc_tool_reference javadoc}
       
    48  * </dl>
       
    49  *
    46  *
    50  * @provides java.util.spi.ToolProvider
    47  * @provides java.util.spi.ToolProvider
    51  * @provides javax.tools.DocumentationTool
    48  * @provides javax.tools.DocumentationTool
    52  * @provides javax.tools.Tool
    49  * @provides javax.tools.Tool
    53  *
    50  *