In Java 9 a new tool jdeprscan has been introduced, which is quite similar to the existing jdeps tool.
As per my understanding jdeprscan's primary motive is to harness the usage of 'for-removal' & 'release' attributes of the Deprecated annotation.
Is there any other scenario or usage for this tool, which cannot be performed using JDeps?