<Swing Dev> RFR: JDK-8189198: Add "forRemoval = true" to Applet APIs [v3]

Kevin Rushforth kcr at openjdk.java.net
Fri Nov 13 18:23:02 UTC 2020


On Fri, 13 Nov 2020 15:05:15 GMT, Andy Herrick <herrick at openjdk.org> wrote:

>> JDK-8189198: Add "forRemoval = true" to Applet APIs
>
> Andy Herrick has updated the pull request incrementally with one additional commit since the last revision:
> 
>   JDK-8189198: Add "forRemoval = true" to Applet APIs

src/java.desktop/share/classes/java/applet/package-info.java line 40:

> 38:  * <p>
> 39:  * Deprecated.
> 40:  * This package has been deprecated and may be removed in a future version of the Java Platform.

That should be `@deprecated This package ...`. See [java/rmi/activation/package-info.java#L41](https://github.com/openjdk/jdk/blob/master/src/java.rmi/share/classes/java/rmi/activation/package-info.java#L41).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1127


More information about the swing-dev mailing list