blob: add33660012d80d57a327cedf337ac2fc3383d58 [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package net.onrc.onos.api;
2
3/**
4 * Abstraction of a service through which providers can inject information
5 * about the network environment into the core.
6 */
7public interface ProviderService {
8}