blob: add33660012d80d57a327cedf337ac2fc3383d58 [file] [log] [blame]
package net.onrc.onos.api;
/**
* Abstraction of a service through which providers can inject information
* about the network environment into the core.
*/
public interface ProviderService {
}