Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / IEEE8021Q.java
index 4c0c94ccb82a50d5027b1be6ea23718939cc3a28..196d87f3cdb26627d681919da0df8af287c77f52 100644 (file)
@@ -20,6 +20,7 @@ import org.opendaylight.controller.sal.match.MatchType;
 /**
  * Class that represents the IEEE 802.1Q objects
  */
+@Deprecated
 public class IEEE8021Q extends Packet {
     private static final String PCP = "PriorityCodePoint";
     private static final String CFI = "CanonicalFormatIndicator";