You probably know the part of the Java Api Doc:
[quote]All Known Implementing Classes: …
[/quote]
Now, I was wondering if its possible to query all classes implementing an interface or marked with a specified annotation type at runtime?
Btw., I took a look at the Class object but did find the methods I was looking for…
