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