blob: 6a3dabe20ada5e2547b5443f500c5d157c2bfc21 [file] [log] [blame]
package net.onrc.onos.core.matchaction.match;
/**
* An interface for match objects.
*/
public interface Match {
}