src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/ImportEntryTree.java
changeset 50878 fb7800b66c92
parent 47216 71c04702a3d5
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
    26 
    26 
    27 import java.util.List;
    27 import java.util.List;
    28 
    28 
    29 /**
    29 /**
    30  * A Tree node for import entry of <a href="http://www.ecma-international.org/ecma-262/6.0/#sec-modules">Module information</a>.
    30  * A Tree node for import entry of <a href="http://www.ecma-international.org/ecma-262/6.0/#sec-modules">Module information</a>.
       
    31  *
       
    32  * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool
       
    33  * are deprecated with the intent to remove them in a future release.
    31  */
    34  */
       
    35 @Deprecated(since="11", forRemoval=true)
    32 public interface ImportEntryTree extends Tree {
    36 public interface ImportEntryTree extends Tree {
    33     /**
    37     /**
    34      * Returns the entry's module request.
    38      * Returns the entry's module request.
    35      *
    39      *
    36      * @return the module request
    40      * @return the module request