blob: 27360404197cbbdc41fe41147de741f1a97cc082 [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 */
tom27ae0e62014-10-01 20:35:01 -07006public interface Description extends Annotated {
tomf5d85d42014-10-02 05:27:56 -07007
8 @Override
9 SparseAnnotations annotations();
10
tom0eb04ca2014-08-25 14:34:51 -070011}