diff -r cb119107aeea -r c9432f06d9bc test/tools/javac/annotations/pos/package-info.java --- a/test/tools/javac/annotations/pos/package-info.java Mon Mar 14 11:48:41 2011 -0700 +++ b/test/tools/javac/annotations/pos/package-info.java Tue Mar 15 11:04:56 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,12 +23,12 @@ /* * @test - * @bug 4901290 + * @bug 4901290 6993311 * @summary Package annotations * @author gafter * * @compile package-info.java */ -@java.lang.annotation.Documented +@Deprecated package foo.bar;