jdk/test/java/lang/annotation/package-info.java
changeset 8999 ceee82509f6b
parent 5506 202f599c92aa
--- a/jdk/test/java/lang/annotation/package-info.java	Thu Mar 24 16:16:22 2011 +0800
+++ b/jdk/test/java/lang/annotation/package-info.java	Thu Mar 24 11:40:13 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 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
@@ -31,7 +31,7 @@
  * @run main PackageMain
  */
 
-@java.lang.annotation.Documented
+@Deprecated
 package foo.bar;
 
 class Baz {}