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