blob: 9f5db2a8541dd7e8692b539aa807ad2d1ffaa696 [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package net.onrc.onos.api.device;
2
3/**
4 * Information about a port.
5 */
6public interface PortDescription {
7
8 // TODO: possibly relocate this to a common ground so that this can also used by host tracking if required
9
10}