blob: 1ad2c6509423ec5e1a38d05aeed0f170cc98e0e0 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net.host;
2
3import org.onlab.onos.net.Provider;
4
5/**
6 * Provider of information about hosts and their location on the network.
7 */
8public interface HostProvider extends Provider {
9}