How to retrieve a list of all places that referencing a {@link xxx} in the javadoc?
Answered
For instance, I have a class called Component. Later in many of my classes' javadoc, I added {@link Component}. to referencing the component class. How can retrieve a full list of places that referencing Component via @link? Thanks.
Please sign in to leave a comment.
What's the problem with the Find in Path for {@link xxx}?