blob: ebcee5d2273a18ec762c60741abb69c224d4cbb2 [file] [log] [blame]
package net.onrc.onos.api.batchoperation;
/**
* An interface of the class which is assigned to BatchOperation.
*/
public interface BatchOperationTarget {
}