Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / handlers / NotificationServiceHandler.java
index f7f107798a7bdc8fb30da2a269dc3c79ff31b1a6..d251dd71d4f5f93b6f1e2c97b2b70511f8f0968b 100644 (file)
@@ -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<DOMNotificationService> {
 
     private final DOMNotificationService notificationService;