I don't think so, I assume the reflection mechanis...
# stdlib
k
I don't think so, I assume the reflection mechanism works like it does in Java, where you can't know all of the subtypes of a type because classes are lazily loaded on the JVM. The only way around that is to write a classpath scanner, I believe.