Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / IListenDataPacket.java
index 76e2a6fbfeafbef703db05c950418f8c176f9178..a64de5b97a1aeba11f3ded6cd62e89777407bfd8 100644 (file)
@@ -51,6 +51,7 @@ package org.opendaylight.controller.sal.packet;
  * incoming DataPacket match the filter. If no filter is provided, the
  * handler is called for EVERY packet i.e. match All is implied!
  */
+@Deprecated
 public interface IListenDataPacket {
     /**
      * Handler for receiving the packet. The application can signal