src/share/classes/com/sun/source/tree/Tree.java

Print this page

        

*** 37,51 **** --- 37,53 ---- * @author Peter von der Ahé * @author Jonathan Gibbons * * @since 1.6 */ + @jdk.Supported public interface Tree { /** * Enumerates all kinds of trees. */ + @jdk.Supported public enum Kind { ANNOTATED_TYPE(AnnotatedTypeTree.class), /**