2020-01-15 查看 JDK 9 ~JDK13移除的API,Tools和 Commponents

Run 

jdeprscan --release 13 -l --for-removal 

to get the list of APIs that are marked for removal in JDK 13.

The jdeprscan tool is available since JDK 9. If you want to print the list of APIs for a different JDK version, then replace the release number with 9 or later.

你可能感兴趣的:(2020-01-15 查看 JDK 9 ~JDK13移除的API,Tools和 Commponents)