src/jdk.compiler/share/classes/com/sun/source/doctree/EntityTree.java

Print this page

        

*** 36,46 **** * &amp; # digits ; <br> * &amp; #X hex-digits ; * * @since 1.8 */ - @jdk.Exported public interface EntityTree extends DocTree { /** * Returns the name or value of the entity. * @return the name or value of the entity */ --- 36,45 ----