src/share/classes/com/sun/source/tree/Scope.java

Print this page

        

@@ -46,11 +46,11 @@
  * contains the top level elements of the compilation unit, including any named
  * imports.
  *
  * @since 1.6
  */
-@jdk.Supported
+@jdk.Exported
 public interface Scope {
     /**
      * Returns the enclosing scope.
      */
     public Scope getEnclosingScope();