blob: f05e26d8c8823f580320bf7d6214a025a1d5a27d [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package net.onrc.onos.api.host;
2
3import net.onrc.onos.api.Provider;
4
5/**
6 * Provider of information about hosts and their location on the network.
7 */
8public interface HostProvider extends Provider {
9}