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

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
25 * @test 25 * @test
26 * @bug 4916218 26 * @bug 4916218
27 * @summary JSR175: annotations on enum constant 27 * @summary JSR175: annotations on enum constant
28 * @author gafter 28 * @author gafter
29 * 29 *
30 * @compile -source 1.5 Enum1.java 30 * @compile Enum1.java
31 */ 31 */
32 32
33 package annotation.enums; 33 package annotation.enums;
34 34
35 @interface A {} 35 @interface A {}

mercurial