< prev index next >

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

Print this page

        

*** 68,78 **** * @see ElementKindVisitor9 * @since 14 */ @jdk.internal.PreviewFeature(feature=jdk.internal.PreviewFeature.Feature.RECORDS, essentialAPI=false) ! @SupportedSourceVersion(RELEASE_15) public class ElementKindVisitor14<R, P> extends ElementKindVisitor9<R, P> { /** * Constructor for concrete subclasses; uses {@code null} for the * default value. */ --- 68,78 ---- * @see ElementKindVisitor9 * @since 14 */ @jdk.internal.PreviewFeature(feature=jdk.internal.PreviewFeature.Feature.RECORDS, essentialAPI=false) ! @SupportedSourceVersion(RELEASE_16) public class ElementKindVisitor14<R, P> extends ElementKindVisitor9<R, P> { /** * Constructor for concrete subclasses; uses {@code null} for the * default value. */
< prev index next >