langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/EntityTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    36  * &amp; # digits ; <br>
    36  * &amp; # digits ; <br>
    37  * &amp; #X hex-digits ;
    37  * &amp; #X hex-digits ;
    38  *
    38  *
    39  * @since 1.8
    39  * @since 1.8
    40  */
    40  */
    41 @jdk.Exported
       
    42 public interface EntityTree extends DocTree {
    41 public interface EntityTree extends DocTree {
    43     /**
    42     /**
    44      * Returns the name or value of the entity.
    43      * Returns the name or value of the entity.
    45      * @return the name or value of the entity
    44      * @return the name or value of the entity
    46      */
    45      */