< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor14.java

Print this page

        

*** 70,80 **** * @see SimpleTypeVisitor7 * @see SimpleTypeVisitor8 * @see SimpleTypeVisitor9 * @since 14 */ ! @SupportedSourceVersion(RELEASE_14) public class SimpleTypeVisitor14<R, P> extends SimpleTypeVisitor9<R, P> { /** * Constructor for concrete subclasses; uses {@code null} for the * default value. */ --- 70,80 ---- * @see SimpleTypeVisitor7 * @see SimpleTypeVisitor8 * @see SimpleTypeVisitor9 * @since 14 */ ! @SupportedSourceVersion(RELEASE_15) public class SimpleTypeVisitor14<R, P> extends SimpleTypeVisitor9<R, P> { /** * Constructor for concrete subclasses; uses {@code null} for the * default value. */
< prev index next >