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

Iris Clark iris at openjdk.java.net
Thu Nov 12 19:40:54 UTC 2020


On Mon, 9 Nov 2020 13:56:33 GMT, Andy Herrick <herrick at openjdk.org> wrote:

> JDK-8189198: Add "forRemoval = true" to Applet APIs

Since all APIs in the java.applet package are deprecated "forRemoval = true", consider adding a brief deprecation note to java/applet/package-info.java too.

As an example, when all of the APIs in package java.rmi.activation were similarly deprecated in JDK 15, the following note was added: 

https://docs.oracle.com/en/java/javase/15/docs/api/java.rmi/java/rmi/activation/package-summary.html .

Thanks!
Iris

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

Marked as reviewed by iris (Reviewer).

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


More information about the swing-dev mailing list