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

Print this page

        

*** 34,44 **** * <p> * &lt; name [attributes] [/]&gt; * * @since 1.8 */ - @jdk.Exported public interface StartElementTree extends DocTree { /** * Returns the name of the element. * @return the name */ --- 34,43 ----