blob: 7a46849b68b36ececda1432b185ed388d5788b97 [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.bnd.service;
2
3
4/**
5 * A plugin that wants a registry
6 */
7public interface RegistryPlugin {
8 void setRegistry(Registry registry);
9}