src/share/classes/com/sun/source/doctree/DocTree.java

Print this page

        

*** 28,40 **** /** * Common interface for all nodes in a documentation syntax tree. * * @since 1.8 */ ! @jdk.Supported public interface DocTree { ! @jdk.Supported enum Kind { /** * Used for instances of {@link AttributeTree} * representing an HTML attribute. */ --- 28,40 ---- /** * Common interface for all nodes in a documentation syntax tree. * * @since 1.8 */ ! @jdk.Exported public interface DocTree { ! @jdk.Exported enum Kind { /** * Used for instances of {@link AttributeTree} * representing an HTML attribute. */