blob: d2d04e704790904366df24b4a35d7648ab9ff2bd [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.
*/
@Deprecated
public interface BatchOperationTarget {
}