Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / compat / NotificationListenerRegistration.java
index c6af237924e395dcb01d3619f54e53b2779f61af..86279b410d49d1d3716a8d2571ea89378137fa87 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  *
  * @param <T> Type of notification
  */
+@Deprecated(forRemoval = true)
 interface NotificationListenerRegistration<T extends Notification>
         extends ListenerRegistration<NotificationListener<T>> {
     /**