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

Print this page

        

*** 32,42 **** * * @author Maurizio Cimadamore * * @since 1.8 */ - @jdk.Exported public interface IntersectionTypeTree extends Tree { /** * Returns the bounds of the type. * @return the bounds */ --- 32,41 ----