blob: 5583240e5500a83877f2cc34d723d0ef699267e7 [file] [log] [blame]
Brian O'Connorb876bf12014-10-02 14:59:37 -07001package org.onlab.onos.net.intent;
2
3/**
4 * An interface of the class which is assigned to BatchOperation.
5 */
6public interface BatchOperationTarget {
7
8}