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

Print this page

        

@@ -38,11 +38,10 @@
  *
  * @author Peter von der Ahé
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface BinaryTree extends ExpressionTree {
     /**
      * Returns the left (first) operand of the expression.
      * @return the left operand
      */