My question is very similar in concept to this question. However, I was wondering how I would programmatically identify every class in a given namespace that implements a specific interface in a method (so I can add an object of each to a List), similar to how the Stripes Framework (in Java) finds all the classes that implement the ActionBean interface.
Code samples would be great but if anything else I need need to be pointed in the right direction.