blob: b31375d36ec053ea5ae36c6be670718c6376210e [file] [log] [blame]
Sho SHIMIZU15ed4fd2014-08-05 14:40:42 -07001package net.onrc.onos.api.newintent;
2
3/**
4 * Abstraction of an intent that can be installed into
5 * the underlying system without additional compilation.
6 */
7public interface InstallableIntent extends Intent {
8}