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

Print this page

        

*** 35,45 **** * @jls sections 7.3, and 7.4 * * @author Peter von der Ahé * @since 1.6 */ - @jdk.Exported public interface CompilationUnitTree extends Tree { /** * Returns the annotations listed on any package declaration * at the head of this compilation unit, or {@code null} if there * is no package declaration. --- 35,44 ----