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 / NotificationSubscriptionService.java
index 6f64689e73b535db0141b30f60a876fd2c18f36a..81879ec52e5a64fe9cf916c33681e585e6279de5 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.md.sal.common.api.notify;
 import java.util.EventListener;
 import org.opendaylight.yangtools.concepts.ListenerRegistration;
 
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface NotificationSubscriptionService<T, N, L extends EventListener> {
 
     ListenerRegistration<L> registerNotificationListener(T type, L listener);