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