@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface ContainerClassLoaderAware
ArtifactClassLoaderRunner would need to get access to the container
class loaders in order to load classes from it.
A private static method should be defined and annotated with this annotation in order to be called by the runner so the test
later could get access to the container ClassLoader. Only one method should be annotated with this annotation.
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.