Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / match / extensible / NwDst.java
index 42b6ba6cc0c0c2adf7c35bb9adaafe7a4fe31673..4026bc2293f4b220184dac2984c4575d53bdc8c4 100644 (file)
@@ -13,6 +13,7 @@ import org.opendaylight.controller.sal.utils.NetUtils;
 
 @XmlRootElement
 @XmlAccessorType(XmlAccessType.NONE)
+@Deprecated
 public class NwDst extends MatchField<InetAddress> {
     private static final long serialVersionUID = 1L;
     public static final String TYPE = "NW_DST";