Deprecate controller APIs
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / NotificationPublishService.java
index db36d3001fb2ac1f752bcbf69d89b1e7ffe5adba..7a8b09aa4555916589fa048f9b4eb739303cf8d9 100644 (file)
@@ -27,7 +27,10 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  * The actual delivery to listeners is asynchronous and implementation-specific.
  * Users of this interface should not make any assumptions as to whether the
  * notification has or has not been seen.
+ *
+ * @deprecated Use {@link org.opendaylight.mdsal.binding.api.NotificationPublishService} instead
  */
+@Deprecated
 public interface NotificationPublishService extends BindingService {
 
     /**