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

Print this page

        

@@ -49,11 +49,11 @@
 /**
  * Bridges JSR 199, JSR 269, and the Tree API.
  *
  * @author Peter von der Ahé
  */
-@jdk.Supported
+@jdk.Exported
 public abstract class Trees {
     /**
      * Gets a Trees object for a given CompilationTask.
      * @param task the compilation task for which to get the Trees object
      * @throws IllegalArgumentException if the task does not support the Trees API.