Stuart McCulloch | bb01437 | 2012-06-07 21:57:32 +0000 | [diff] [blame] | 1 | package aQute.bnd.service; |
2 | |||||
Stuart McCulloch | bb01437 | 2012-06-07 21:57:32 +0000 | [diff] [blame] | 3 | /** |
4 | * A plugin that wants a registry | ||||
5 | */ | ||||
6 | public interface RegistryPlugin { | ||||
7 | void setRegistry(Registry registry); | ||||
8 | } |