< prev index next >

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

Print this page

        

*** 66,76 **** * @see SimpleAnnotationValueVisitor7 * @see SimpleAnnotationValueVisitor8 * @see SimpleAnnotationValueVisitor9 * @since 14 */ ! @SupportedSourceVersion(RELEASE_14) public class SimpleAnnotationValueVisitor14<R, P> extends SimpleAnnotationValueVisitor9<R, P> { /** * Constructor for concrete subclasses; uses {@code null} for the * default value. */ --- 66,76 ---- * @see SimpleAnnotationValueVisitor7 * @see SimpleAnnotationValueVisitor8 * @see SimpleAnnotationValueVisitor9 * @since 14 */ ! @SupportedSourceVersion(RELEASE_15) public class SimpleAnnotationValueVisitor14<R, P> extends SimpleAnnotationValueVisitor9<R, P> { /** * Constructor for concrete subclasses; uses {@code null} for the * default value. */
< prev index next >