src/share/classes/com/sun/source/util/DocTreeScanner.java

Print this page

        

@@ -65,11 +65,11 @@
  *   }
  * </pre>
  *
  * @since 1.8
  */
-@jdk.Supported
+@jdk.Exported
 public class DocTreeScanner<R,P> implements DocTreeVisitor<R,P> {
 
     /**
      * Scan a single node.
      */