blob: 904e337e4f1c88537dcbc81bf7272c50c0d46d3a [file] [log] [blame]
Toshio Koidea03915e2014-07-01 18:39:52 -07001package net.onrc.onos.core.matchaction.match;
2
3/**
4 * An interface for match objects.
5 */
6public interface IMatch {
7
8}