Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / match / MatchType.java
index 800f6d5972bc257c8aecf1ad14b0d650b3797641..05baa213d5274ff70db5ffc33ed3bb2bdadd3795 100644 (file)
@@ -21,6 +21,7 @@ import org.opendaylight.controller.sal.utils.NetUtils;
  * values of the elements type that can be matched on the network
  * frame/packet/message
  */
+@Deprecated
 public enum MatchType {
     IN_PORT("inPort", 1 << 0, NodeConnector.class, 1, 0),
     DL_SRC("dlSrc", 1 << 1, Byte[].class, 0, 0xffffffffffffL),