blob: 27360404197cbbdc41fe41147de741f1a97cc082 [file] [log] [blame]
package org.onlab.onos.net;
/**
* Base abstraction of a piece of information about network elements.
*/
public interface Description extends Annotated {
@Override
SparseAnnotations annotations();
}