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