Hi, I'm using QDox to parse a .java file. The file contains a method like this:
public int getSomething (Vector<Integer> numbers);
the problem is I don't know how to get the Integer class using the reflection which QDox provides. Any idea of how can I get it?