src/jdk.compiler/share/classes/com/sun/source/tree/IdentifierTree.java

Print this page

        

@@ -39,11 +39,10 @@
  *
  * @author Peter von der Ahé
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface IdentifierTree extends ExpressionTree {
     /**
      * Returns the name of the identifier.
      * @return the name
      */