I try to use reflection to get every class that implements a given interface in java, using the classes in java.lang.reflect only. For of many reasons i can't use any external library.
I've found many tutorials to do a lot of things with java.lang.reflect but nothing to get every class that implements a given interface. Any idea?