< prev index next >

test/langtools/tools/javac/diags/examples/RepeatableAnnotationsNotSupported.java

Print this page

        

@@ -21,12 +21,11 @@
  * questions.
  */
 
 // key: compiler.err.feature.not.supported.in.source.plural
 // key: compiler.misc.feature.repeatable.annotations
-// key: compiler.warn.source.no.bootclasspath
-// options: -source 7
+// options: -source 7 -Xlint:-options
 
 @interface Anno { }
 
 @Anno
 @Anno
< prev index next >