< prev index next >

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

Print this page

        

*** 59,69 **** * @see TypeKindVisitor7 * @see TypeKindVisitor8 * @see TypeKindVisitor9 * @since 14 */ ! @SupportedSourceVersion(RELEASE_15) public class TypeKindVisitor14<R, P> extends TypeKindVisitor9<R, P> { /** * Constructor for concrete subclasses to call; uses {@code null} * for the default value. */ --- 59,69 ---- * @see TypeKindVisitor7 * @see TypeKindVisitor8 * @see TypeKindVisitor9 * @since 14 */ ! @SupportedSourceVersion(RELEASE_16) public class TypeKindVisitor14<R, P> extends TypeKindVisitor9<R, P> { /** * Constructor for concrete subclasses to call; uses {@code null} * for the default value. */
< prev index next >