blob: a8ade1817ddcc0cbafb8620bca492d3f89f435a5 [file] [log] [blame]
package org.onlab.onos.net.link;
import org.onlab.onos.net.provider.Provider;
/**
* Abstraction of an entity providing information about infrastructure links
* to the core.
*/
public interface LinkProvider extends Provider {
}