blob: 1c7f3abd0a88991c3b3375d97d5e3c00cc582b54 [file] [log] [blame]
package net.onrc.onos.datagrid;
import net.floodlightcontroller.core.module.IFloodlightService;
/**
* Interface for providing Datagrid Service to other modules.
*/
public interface IDatagridService extends IFloodlightService {
// TODO
}