blob: fcfc7ad0e3d8ffabdb43510cdbc749248850fc64 [file] [log] [blame]
tome33cc1a2014-08-25 21:59:41 -07001package org.onlab.onos.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}