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