< prev index next >

test/langtools/tools/javac/annotations/typeAnnotations/failures/AnnotationVersion.java

Print this page

        

*** 2,12 **** * @test /nodynamiccopyright/ * @bug 6843077 8006775 * @summary test that only Java 8 allows type annotations * @author Mahmood Ali * @compile AnnotationVersion.java - * @compile/fail/ref=AnnotationVersion.out -XDrawDiagnostics -Xlint:-options -source 1.6 AnnotationVersion.java * @compile/fail/ref=AnnotationVersion7.out -XDrawDiagnostics -Xlint:-options -source 1.7 AnnotationVersion.java */ import java.lang.annotation.*; class myNumber<T extends @A Number> { } --- 2,11 ----
< prev index next >