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

0

请先登录再写评论。