Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / notify / NotificationPublishService.java
index 4c5ae16b0db016a8d970c7eaaf4ebd438cdb50d3..40d17f6aba917b5f99ac9dcf882ef47f01b10b05 100644 (file)
@@ -33,7 +33,7 @@ import java.util.concurrent.ExecutorService;
  *
  * @param <N> the type of notifications
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface NotificationPublishService<N> {
 
     /**