blob: eea36ef19f4530fb61f30cf47e3ab9f8b0f5f645 [file] [log] [blame]
Sho SHIMIZU32d11082014-08-22 14:00:46 -07001package net.onrc.onos.api.newintent;
2
3import net.floodlightcontroller.core.module.IFloodlightService;
4
5/**
6 * Intent service as {@link IFloodlightService}.
7 */
8public interface IntentFloodlightService
9 extends IFloodlightService, IntentService, IntentExtensionService {
10}