blob: 187ca1a14b753631c7887f6e05812eb3617841d7 [file] [log] [blame]
Sho SHIMIZU73da16d2014-08-26 09:04:29 -07001package net.onrc.onos.api.newintent;
2
3/**
4 * An interface, which mixes Intent Service and Intent Extension Service.
5 */
6public interface IntentManager extends IntentService, IntentExtensionService {
7}