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

Print this page

        

*** 25,35 **** * @test * @bug 5044125 * @summary javac allows cyclic annotation interfaces with arrays * @author gafter * ! * @compile/fail -source 1.5 Cycle3.java */ package cycle3; import java.lang.annotation.Retention; --- 25,35 ---- * @test * @bug 5044125 * @summary javac allows cyclic annotation interfaces with arrays * @author gafter * ! * @compile/fail Cycle3.java */ package cycle3; import java.lang.annotation.Retention;