mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8175094: Mark the deprecated java.security.acl APIs with forRemoval=true
Reviewed-by: weijun
This commit is contained in:
parent
2245db7522
commit
b4a427a82b
9 changed files with 37 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue