blob: 9afbc4b104f69b5a254878ae80921d64ebd9600c [file] [log] [blame]
tomc1a38d32014-08-25 23:01:32 -07001package org.onlab.onos.net.provider;
tom0eb04ca2014-08-25 14:34:51 -07002
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}