This is above the classloader level. It's at CloudStack's module level,
which is an abstraction built on top of Spring's dependency injection. The
relevant stuff can be found
in
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/impl/.
On Thu, Feb 18, 2016 at 2:01 PM,
Does this not depend on the classloader rather than the package being
loaded?
http://www.javaworld.com/article/2077260/learn-java/learn-java-the-basics-of-java-class-loaders.html
It seems that any solution that take advantage of the "current"
classloader will be fragile and subject to sudden fa