| Class | Description |
|---|---|
| ReflectionScanner |
Facade on
Reflections which logs warnings for unloadable classes but does not fail |
| UrlClassLoader |
like URLClassLoader (and delegates to it) but:
* has a nice toString
* supports var args constructor
* supports file://~/xxx semantics (remaps it to user.home);
ideally we'd also support mvn, classpath, osgi, etc
|