blob: b31375d36ec053ea5ae36c6be670718c6376210e [file] [log] [blame]
package net.onrc.onos.api.newintent;
/**
* Abstraction of an intent that can be installed into
* the underlying system without additional compilation.
*/
public interface InstallableIntent extends Intent {
}