@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface ApplicationClassLoaderAware
ArtifactClassLoaderRunner would need to get access to the Mule application
class loader 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.