blob: 8a7d7e90ebf6ca41f678016f713d71a34678195b [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net;
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}