Do not use passive connections
[controller.git] / opendaylight / md-sal / sal-dom-spi / src / main / java / org / opendaylight / controller / md / sal / dom / spi / DOMNotificationSubscriptionListenerRegistry.java
index 77e0d35c4460b9b9df18085cdc747f1f0aba8635..57c90a8428772eb129d8012acae8c61fddc63144 100644 (file)
@@ -14,7 +14,9 @@ import org.opendaylight.yangtools.concepts.ListenerRegistration;
  * Registry of {@link DOMNotificationSubscriptionListener}
  * which listens for changes in notification types.
  *
+ * @deprecated Use {@link org.opendaylight.mdsal.dom.spi.DOMNotificationSubscriptionListenerRegistry} instead.
  */
+@Deprecated(forRemoval = true)
 @Beta
 public interface DOMNotificationSubscriptionListenerRegistry  {