src/share/classes/com/sun/source/util/Trees.java

Print this page

        

*** 49,59 **** /** * Bridges JSR 199, JSR 269, and the Tree API. * * @author Peter von der Ahé */ ! @jdk.Supported public abstract class Trees { /** * Gets a Trees object for a given CompilationTask. * @param task the compilation task for which to get the Trees object * @throws IllegalArgumentException if the task does not support the Trees API. --- 49,59 ---- /** * Bridges JSR 199, JSR 269, and the Tree API. * * @author Peter von der Ahé */ ! @jdk.Exported public abstract class Trees { /** * Gets a Trees object for a given CompilationTask. * @param task the compilation task for which to get the Trees object * @throws IllegalArgumentException if the task does not support the Trees API.