Package org.graylog2.plugin
Interface PluginBootstrapConfig
public interface PluginBootstrapConfig
A configuration bean to be processed by
JadConfig.
Configurations implementing this interface should be loaded via the ServiceLoader mechanism. See
PluginLoader.loadPluginBootstrapConfigs().