Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / match / extensible / DlSrc.java
index 962c4d38e99c64049c0bafc0ecf022c593d8317d..0248073f192b5b6e833554927d74e6ea5073b7ad 100644 (file)
@@ -12,6 +12,7 @@ import org.opendaylight.controller.sal.utils.NetUtils;
 
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
+@Deprecated
 public class DlSrc extends MatchField<byte[]> {
     private static final long serialVersionUID = 1L;
     public static final String TYPE = "DL_SRC";