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