blob: c678f316e326002a16c1064ffc1064a880472092 [file] [log] [blame]
Brian O'Connorb876bf12014-10-02 14:59:37 -07001package org.onlab.onos.net.intent;
Brian O'Connorf3d06162014-10-02 15:54:12 -07002//TODO is this the right package?
Brian O'Connorb876bf12014-10-02 14:59:37 -07003
4/**
5 * An interface of the class which is assigned to BatchOperation.
6 */
7public interface BatchOperationTarget {
8
9}