8141359: @Deprecated on packages should be clarified

Reviewed-by: rriggs
This commit is contained in:
Joe Darcy
2015-11-04 09:01:15 -08:00
parent b6f45b1889
commit afaeebc08d

View File

@@ -36,7 +36,7 @@ import static java.lang.annotation.ElementType.*;
*
* <p>Use of the &#64;Deprecated annotation on a local variable
* declaration or on a parameter declaration or a package declaration
* has no effect.
* has no effect on the warnings issued by a compiler.
*
* @author Neal Gafter
* @since 1.5