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

Print this page

        

@@ -37,11 +37,10 @@
  *
  * @author Peter von der Ahé
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface TypeCastTree extends ExpressionTree {
     /**
      * Returns the target type of the cast.
      * @return the cast
      */