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

Print this page

        

@@ -31,16 +31,14 @@
 /**
  * A tree node for an attribute in an HTML element.
  *
  * @since 1.8
  */
-@jdk.Exported
 public interface AttributeTree extends DocTree {
     /**
      * The kind of an attribute value.
      */
-    @jdk.Exported
     enum ValueKind {
         /** The attribute value is empty. */
         EMPTY,
         /** The attribute value is not enclosed in quotes. */
         UNQUOTED,