blob: f05e26d8c8823f580320bf7d6214a025a1d5a27d [file] [log] [blame]
package net.onrc.onos.api.host;
import net.onrc.onos.api.Provider;
/**
* Provider of information about hosts and their location on the network.
*/
public interface HostProvider extends Provider {
}