blob: 38338c15a47ae00b6472ae453fa691a090190e07 [file] [log] [blame]
package org.onlab.onos.net;
/**
* Base abstraction of a piece of information about network elements.
*/
public interface Description {
}