blob: 8a3c1274a1e34df50aaea48594084963b639e211 [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package net.onrc.onos.api;
2
3/**
4 * Base abstraction of a piece of information about network elements.
5 */
6public interface Description {
7}