src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/PropertyTree.java
changeset 50878 fb7800b66c92
parent 47216 71c04702a3d5
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
    26 package jdk.nashorn.api.tree;
    26 package jdk.nashorn.api.tree;
    27 
    27 
    28 /**
    28 /**
    29  * To represent property setting in an object literal tree.
    29  * To represent property setting in an object literal tree.
    30  *
    30  *
       
    31  * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool
       
    32  * are deprecated with the intent to remove them in a future release.
       
    33  *
    31  * @since 9
    34  * @since 9
    32  */
    35  */
       
    36 @Deprecated(since="11", forRemoval=true)
    33 public interface PropertyTree extends Tree {
    37 public interface PropertyTree extends Tree {
    34     /**
    38     /**
    35      * Returns the name of this property.
    39      * Returns the name of this property.
    36      *
    40      *
    37      * @return the name of the property
    41      * @return the name of the property