test/tools/javac/annotations/neg/Z9.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4865660
  * @summary implement "metadata" (attribute interfaces and program annotations)
  * @author gafter
  *
- * @compile/fail -source 1.5 Z9.java
+ * @compile/fail Z9.java
  */
 
 @interface An {
     <T> int x();
 }