Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / notify / NotificationPublishService.java
index 4a3d86625c755c1042b8cbf6856175d6abe0a526..4c5ae16b0db016a8d970c7eaaf4ebd438cdb50d3 100644 (file)
@@ -31,9 +31,9 @@ import java.util.concurrent.ExecutorService;
  * FIXME: Consider clarification of execution/delivery policy, how it will be
  * affected by Actor model and cluster-wide notifications.
  *
- * @param <N>
- *            the type of notifications
+ * @param <N> the type of notifications
  */
+@Deprecated
 public interface NotificationPublishService<N> {
 
     /**