blob: c272dc22c7820bf0f7c0279412845aa48a6953b3 [file] [log] [blame]
package net.onrc.onos.core.newintent;
import net.onrc.onos.api.newintent.IntentExtensionService;
import net.onrc.onos.api.newintent.IntentService;
/**
* An interface, which mixes Intent Service and Intent Extension Service.
*/
public interface IntentManager extends IntentService, IntentExtensionService {
}