Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / Packet.java
index 789aa126533c93c16660e5eafcfc995dc510fab1..45e3142e989a84a871010400df23fd23a28e4670 100644 (file)
@@ -24,7 +24,7 @@ import org.slf4j.LoggerFactory;
  * the basic methods which are common for all the packets, like serialize and
  * deserialize
  */
-
+@Deprecated
 public abstract class Packet {
     protected static final Logger logger = LoggerFactory
             .getLogger(Packet.class);