Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / NotificationListener.java
index dbe6937b0d4d057fe554c2cfc341e58a2dc68ef6..5c9d6bbafcccc427d7718d74392d851f1cc3a606 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  * @param <T> the interested notification type
  * @deprecated Deprecated unused API.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface NotificationListener<T extends Notification> extends EventListener {
     /**
      * Invoked to deliver a notification.