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