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

Print this page

        

@@ -40,11 +40,10 @@
  *
  * @author Peter von der Ahé
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface AnnotationTree extends ExpressionTree {
     /**
      * Returns the annotation type.
      * @return the annotation type
      */