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