blob: 1e40aa5a7bb1b79c6e41e00f277b957176bf99da [file] [log] [blame]
Jonathan Hartd857ad62013-12-14 18:08:17 -08001package net.onrc.onos.ofcontroller.devicemanager;
2
3import net.floodlightcontroller.core.module.IFloodlightService;
4
5/**
6 * {@link OnosDeviceManager} doesn't yet provide any API to fellow modules,
7 * however making it export a dummy service means we can specify it as
8 * a dependency of Forwarding
9 * @author jono
10 *
11 */
12public interface IOnosDeviceService extends IFloodlightService {
13
14}