blob: 8a3c1274a1e34df50aaea48594084963b639e211 [file] [log] [blame]
package net.onrc.onos.api;
/**
* Base abstraction of a piece of information about network elements.
*/
public interface Description {
}