blob: 38338c15a47ae00b6472ae453fa691a090190e07 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net;
2
3/**
4 * Base abstraction of a piece of information about network elements.
5 */
6public interface Description {
7}