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

Andy Herrick herrick at openjdk.java.net
Fri Nov 13 18:22:59 UTC 2020


On Fri, 13 Nov 2020 18:01:18 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> src/java.naming/share/classes/javax/naming/Context.java line 1087:
>> 
>>> 1085:     @Deprecated(since="16", forRemoval=true)
>>> 1086:     String APPLET = "java.naming.applet";
>>> 1087: };
>> 
>> Probably should be since="9" (the deprecation in JDK-8051422 pre-dates the enhanced deprecation work).
>
> Good point, since it was in fact deprecated in 9.

yes - changed to since="9" this morning

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

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


More information about the awt-dev mailing list