blob: 8a806601175fc5e38a792837513f9aa5178b7c2d [file] [log] [blame]
Stuart McCullochbb014372012-06-07 21:57:32 +00001package aQute.bnd.service;
2
Stuart McCullochbb014372012-06-07 21:57:32 +00003/**
4 * A plugin that wants a registry
5 */
6public interface RegistryPlugin {
7 void setRegistry(Registry registry);
8}