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 137f24650a8660558de7db6ca7059f9df03c08b3..86279b410d49d1d3716a8d2571ea89378137fa87 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  *
  * @param <T> Type of notification
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 interface NotificationListenerRegistration<T extends Notification>
         extends ListenerRegistration<NotificationListener<T>> {
     /**