How to see all recursive dependencies of a single Java class
已回答
I'm trying to find all recursive dependencies of a single POJO class (only field declarations really). Is there any way to do that in IDEA (I'm using 2021.1.1)?
Thanks in advance
请先登录再写评论。
Hello,
Please tell if "Find usages" and "Go to implementation" tools solve the issue for you?
https://www.jetbrains.com/help/idea/find-highlight-usages.html#find-usages
https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#go_to_implementation
Thank you