X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fapi%2FNotificationService.java;h=c7b125719fdadc60b48c7c5ba195b6888770e406;hb=aaea3e9a92ae9d6fac04c4a065db4b35cbca9ed0;hp=8f3e1470e48e6c6a109781081193b3d35fd3f01f;hpb=f1a918f69b787dd422a09e4e8fd83a1d52a72f83;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/NotificationService.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/NotificationService.java index 8f3e1470e4..c7b125719f 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/NotificationService.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/NotificationService.java @@ -99,9 +99,9 @@ import org.opendaylight.yangtools.yang.binding.Notification; * The onStart method will be invoked when someone publishes a Start notification and * the onStop method will be invoked when someone publishes a Stop notification. * - * @deprecated Please use {@link org.opendaylight.controller.md.sal.binding.api.NotificationService} instead. + * @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.