In Eclipse or NetBeans, when you "control + click" into a function, you can at least see its entire signature, even if it's in a jar file.
I am wonderging if it's possible to write a tool to pull out all the function signatures from a jar file. Is there any API for this?
I know jDepend seems to offer functions for this. However, I believe that there are some more generic ways to do this.