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