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

Print this page

        

*** 42,52 **** * * @author Peter von der Ahé * @author Jonathan Gibbons * @since 1.6 */ - @jdk.Exported public interface WildcardTree extends Tree { /** * Returns the bound of the wildcard. * @return the bound */ --- 42,51 ----