Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / RawPacket.java
index 590f5d923e792f03f4abc8498bd405c64e770204..2241774da527a05897bdc7765f2f265f7aefaadd 100644 (file)
@@ -29,6 +29,7 @@ import org.opendaylight.controller.sal.core.TimeStamp;
  * and how it will be transmitted. It essentially wraps the raw bytestream
  *
  */
+@Deprecated
 public class RawPacket {
     private byte[] packetData;
     private final LinkEncap encap;