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