test/tools/javac/annotations/pos/Primitives.java

Print this page

        

*** 24,36 **** /* * @test * @bug 5034991 5040842 5040853 * @summary Modify class-file representation of Class-valued annotation elements * @author gafter - * - * @compile -source 1.5 Primitives.java - * @run main Primitives */ public class Primitives { @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) @interface A { --- 24,33 ----