8175094: Mark the deprecated java.security.acl APIs with forRemoval=true

Reviewed-by: weijun
This commit is contained in:
Sean Mullan 2017-11-14 09:15:12 -05:00
parent 2245db7522
commit b4a427a82b
9 changed files with 37 additions and 25 deletions

View file

@ -34,10 +34,11 @@ package java.security.acl;
* @author Satish Dharmaraj
* @since 1.1
*
* @deprecated This package has been replaced by {@code java.security.Policy}
* and related classes since 1.2.
* @deprecated This class is deprecated and subject to removal in a future
* version of Java SE. It has been replaced by {@code java.security.Policy}
* and related classes since 1.2.
*/
@Deprecated(since="9")
@Deprecated(since="9", forRemoval=true)
public class LastOwnerException extends Exception {
private static final long serialVersionUID = -5141997548211140359L;