RFR JDK-8181702: Add @Deprecated(since="9", forRemoval=true) to the jdk.xml.bind and jdk.xml.ws modules

Alan Bateman Alan.Bateman at oracle.com
Wed Jun 7 11:16:24 UTC 2017


On 07/06/2017 12:09, Lance Andersen wrote:
> Hi all,
>
> This RFR  marks idk.xml.bind and idk.xml.ws for deprecation and removal.  The CCC has been approved.
I think you can drop the javadoc from this patch as Mandy has more 
complete javadoc going in as part of JDK-8181639.

Adding @Deprecated looks fine although these two modules are tool 
modules that don't export APIs (and so unlikely that anyone will be 
compiling against them and seeing warnings).

-Alan


More information about the core-libs-dev mailing list