Im deconstructing a project. Is there a way to tell javadoc to print a listing of where a method is called?
Meaning in its description of a method, you have the normal javadoc stuff, but is there a way to tell it to put a line below that which would say "Called By: X, Y, Z"? I seem to remember that in some obscure javadocs in the past, i just don't remember where and how anymore. I can't find a setting as of yet so if its possible, im assuming it would be a doclet tool of some kind.