blob: c678f316e326002a16c1064ffc1064a880472092 [file] [log] [blame]
package org.onlab.onos.net.intent;
//TODO is this the right package?
/**
* An interface of the class which is assigned to BatchOperation.
*/
public interface BatchOperationTarget {
}