@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Load
Intended for use by plugin developers to mark a method of an extension implementation to be called during plugin load time.
The semantics of the method marked with this annotation is as follows.PluginContext. Return values will be ignored.PluginContext,
LoadCopyright © 2019 ThoughtWorks, Inc. GoCD Version: 19.2.0-8641