X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fhandlers%2FNotificationServiceHandler.java;h=d251dd71d4f5f93b6f1e2c97b2b70511f8f0968b;hb=824baf9fe14e31465c58f3842c4cb0aa88b34757;hp=f7f107798a7bdc8fb30da2a269dc3c79ff31b1a6;hpb=865f3af7e3638a4bd2abca99724808806bddc39c;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/NotificationServiceHandler.java b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/NotificationServiceHandler.java index f7f107798a..d251dd71d4 100644 --- a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/NotificationServiceHandler.java +++ b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/handlers/NotificationServiceHandler.java @@ -9,6 +9,12 @@ package org.opendaylight.restconf.handlers; import org.opendaylight.controller.md.sal.dom.api.DOMNotificationService; +/** + * Handling DOMNotificationService. + * + * @deprecated move to splitted module restconf-nb-rfc8040 + */ +@Deprecated public class NotificationServiceHandler implements Handler { private final DOMNotificationService notificationService;