8144784: Remove @Deprecated annotation from java.security.acl, javax.security.cert and com.sun.jarsigner packages

Reviewed-by: mchung, weijun, wetmore
This commit is contained in:
Sean Mullan 2015-12-11 09:34:56 -05:00
parent e67e132b02
commit 6578dc0aa5
5 changed files with 15 additions and 15 deletions

View File

@ -24,12 +24,11 @@
*/
/**
* The classes and interfaces in this package have been deprecated.
* The {@code java.security} package contains suitable replacements.
* See that package and, for example, {@code java.security.Permission}
* for details.
* The classes and interfaces in this package have been deprecated. New
* classes should not be added to this package. The {@code java.security}
* package contains suitable replacements. See {@link java.security.Policy}
* and related classes for details.
*
* @since 1.1
*/
@Deprecated
package java.security.acl;

View File

@ -26,16 +26,16 @@
/**
* Provides classes for public key certificates.
*
* This package has been deprecated. These classes include a simplified
* version of the {@code java.security.cert} package. These classes were
* developed as part of the Java Secure Socket
* Extension (JSSE). When JSSE was added to the J2SE version 1.4, this
* package was added for backward-compatibility reasons only.
* The classes in this package have been deprecated. New classes should not
* be added to this package. These classes include a simplified version of
* the {@code java.security.cert} package. These classes were developed as
* part of the Java Secure Socket Extension (JSSE). When JSSE was added to
* the J2SE version 1.4, this package was added for backward-compatibility
* reasons only.
*
* New applications should not use this package, but rather
* {@code java.security.cert}.
*
* @since 1.4
*/
@Deprecated
package javax.security.cert;

View File

@ -35,7 +35,7 @@ import java.security.cert.CertificateException;
*
* @since 1.5
* @author Vincent Ryan
* @deprecated This package has been deprecated.
* @deprecated This class has been deprecated.
*/
@jdk.Exported

View File

@ -34,7 +34,7 @@ import java.util.zip.ZipFile;
*
* @since 1.5
* @author Vincent Ryan
* @deprecated This package has been deprecated.
* @deprecated This class has been deprecated.
*/
@jdk.Exported
@Deprecated

View File

@ -30,9 +30,10 @@
* tool by supplying an alternative implementation of
* {@link com.sun.jarsigner.ContentSigner}.
*
* This package has been deprecated.
* The classes in this package have been deprecated. New classes should not be
* added to this package. Use the {@link jdk.security.jarsigner.JarSigner} API
* to sign JAR files.
*/
@jdk.Exported
@Deprecated
package com.sun.jarsigner;