Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / TCP.java
index d27494599c280418044e4ef78210678562852cc0..91cd93ee52cb3c232fb039dc580e9acb582d230f 100644 (file)
@@ -21,6 +21,7 @@ import org.opendaylight.controller.sal.match.MatchType;
 /**
  * Class that represents the TCP segment objects
  */
+@Deprecated
 public class TCP extends Packet {
 
     public static final String SRCPORT = "SourcePort";