blob: ebcee5d2273a18ec762c60741abb69c224d4cbb2 [file] [log] [blame]
Toshio Koidea03915e2014-07-01 18:39:52 -07001package net.onrc.onos.api.batchoperation;
2
3/**
4 * An interface of the class which is assigned to BatchOperation.
5 */
Toshio Koidefad1cd52014-08-07 17:10:07 -07006public interface BatchOperationTarget {
Toshio Koide4ea84192014-07-31 12:10:12 -07007
Toshio Koidea03915e2014-07-01 18:39:52 -07008}