I\'m implementing an interface and now I\'d like to get all implementations of this interface in classpath. Is this possible or should I do something else?
At best, this will be expensive. At worst (depending on the classloaders) it may be impossible.
I strongly suggest that you look for an alternative approach to the underlying problem that you are trying to address.