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