Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-dom-spi / src / main / java / org / opendaylight / controller / md / sal / dom / spi / ForwardingDOMNotificationService.java
index b40c428b6b7078d428a8e7772bda9cb2cfb9d05e..b7d8b96e4d763a39e241acf530a82f76fd978b01 100644 (file)
@@ -17,7 +17,10 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath;
 /**
  * Utility implementation of a {@link DOMNotificationService} which forwards all requests
  * to a delegate instance.
+ *
+ * @deprecated Use {@link org.opendaylight.mdsal.dom.spi.ForwardingDOMNotificationService} instead.
  */
+@Deprecated
 public abstract class ForwardingDOMNotificationService extends ForwardingObject implements DOMNotificationService {
     @Override
     protected abstract DOMNotificationService delegate();