blob: 1e40aa5a7bb1b79c6e41e00f277b957176bf99da [file] [log] [blame]
package net.onrc.onos.ofcontroller.devicemanager;
import net.floodlightcontroller.core.module.IFloodlightService;
/**
* {@link OnosDeviceManager} doesn't yet provide any API to fellow modules,
* however making it export a dummy service means we can specify it as
* a dependency of Forwarding
* @author jono
*
*/
public interface IOnosDeviceService extends IFloodlightService {
}