test/tools/javac/annotations/pos/package-info.java

changeset 931
c9432f06d9bc
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
930:cb119107aeea 931:c9432f06d9bc
1 /* 1 /*
2 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 4901290 26 * @bug 4901290 6993311
27 * @summary Package annotations 27 * @summary Package annotations
28 * @author gafter 28 * @author gafter
29 * 29 *
30 * @compile package-info.java 30 * @compile package-info.java
31 */ 31 */
32 32
33 @java.lang.annotation.Documented 33 @Deprecated
34 package foo.bar; 34 package foo.bar;

mercurial