Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / NotificationService.java
index d8678d351a24d086a83aa8e714ed5f0a07dac736..c7b125719fdadc60b48c7c5ba195b6888770e406 100644 (file)
@@ -101,7 +101,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  *
  * @deprecated Please use {@link org.opendaylight.mdsal.binding.api.NotificationService} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface NotificationService extends BindingAwareService {
     /**
      * Registers a generic listener implementation for a specified notification type.