![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> I want to determine all child classes recursively given a super class. Is this possible, if how?? > Thanks in advance. I do not think it is possible, but the other way: getting all the supertypes of a type via java.lang.Class.getSuperclass()
Replies: |
Sponsored Links
|