Migrate OSGI compendium reference
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / NotificationListener.java
index e5a0a2bd6dda74aa8565757f2acea4679bbb1300..5c9d6bbafcccc427d7718d74392d851f1cc3a606 100644 (file)
@@ -18,10 +18,11 @@ 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.
+     *
      * <p>
      * Note that this method may be invoked from a shared thread pool, so implementations SHOULD NOT
      * perform CPU-intensive operations and MUST NOT invoke any potentially blocking operations.