blob: 8a806601175fc5e38a792837513f9aa5178b7c2d [file] [log] [blame]
package aQute.bnd.service;
/**
* A plugin that wants a registry
*/
public interface RegistryPlugin {
void setRegistry(Registry registry);
}