Ability to handle custom ClassLoader(s)
Hi, as I am making my own "restart" ClassLoader, which is basically the same as Spring Boot's RestartClassLoader, I have found the need to prioritize my class loader, similar to what SpringBootRestartClassLoaderHandler does.
However this can only be done by contributing here, and if I do that for my small library, others are also able to, and I think at this point it becomes kind of unmanageable, in addition to having to wait for it to be accepted and released.
Basically my question is: Should I still PR it, or should there be a better way to do this, such as letting the user add their own ClassLoaderHandler before scanning?