Move createProxy()
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / md / sal / binding / compat / NotificationListenerRegistration.java
index 81183c97a1523236055fb2040ec4a29fffd9e3c7..137f24650a8660558de7db6ca7059f9df03c08b3 100644 (file)
@@ -18,7 +18,9 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  *
  * @param <T> Type of notification
  */
-interface NotificationListenerRegistration<T extends Notification> extends ListenerRegistration<NotificationListener<T>> {
+@Deprecated
+interface NotificationListenerRegistration<T extends Notification>
+        extends ListenerRegistration<NotificationListener<T>> {
     /**
      * Return the interface class of the notification type.
      *