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