jdk/src/java.scripting/share/classes/module-info.java
changeset 46040 3e65716c3466
parent 45654 5ff2edfa03fc
equal deleted inserted replaced
45960:7db699468b4f 46040:3e65716c3466
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, 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
    29  * <p> The JDK implementation of this module includes a language-independent
    29  * <p> The JDK implementation of this module includes a language-independent
    30  * command-line script shell, <em>{@index jrunscript jrunscript tool}</em>,
    30  * command-line script shell, <em>{@index jrunscript jrunscript tool}</em>,
    31  * that supports executing JavaScript and other languages if its corresponding
    31  * that supports executing JavaScript and other languages if its corresponding
    32  * script engine is installed.
    32  * script engine is installed.
    33  *
    33  *
    34  * <p>
       
    35  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    34  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
    36  * <dt class="simpleTagLabel">Tool Guides:
    35  * <dt class="simpleTagLabel">Tool Guides:
    37  * <dd> {@extLink jrunscript_tool_reference jrunscript}</dd>
    36  * <dd> {@extLink jrunscript_tool_reference jrunscript}</dd>
    38  * </dl>
    37  * </dl>
    39  *
    38  *