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 { }