< prev index next >

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

Print this page

        

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