Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
d3ef9020555d551fa202cde4522967a02d8b05fd
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
service
/
RegistryPlugin.java
blob: 8a806601175fc5e38a792837513f9aa5178b7c2d [
file
] [
log
] [
blame
]
package
aQute
.
bnd
.
service
;
/**
* A plugin that wants a registry
*/
public
interface
RegistryPlugin
{
void
setRegistry
(
Registry
registry
);
}