@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface PluginClassLoadersAware
ArtifactClassLoaderRunner it would need to get access to the plugin
class loaders in order to load classes using those class loaders.
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 plugins ClassLoader. Only one method should be annotated with this annotation.
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.