X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fapi%2FNotificationService.java;h=e784223334ac570974b9c81f61b53cf3f4b26f2b;hp=3744eeef99494c1d2b8990e0bc9f73ff248799e8;hb=2a6aa1775604906755883f810ee9ea6d5f286135;hpb=f1a918f69b787dd422a09e4e8fd83a1d52a72f83 diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationService.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationService.java index 3744eeef99..e784223334 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationService.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationService.java @@ -68,7 +68,10 @@ import org.opendaylight.yangtools.yang.binding.NotificationListener; * } * 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 Use {@link org.opendaylight.mdsal.binding.api.NotificationService} instead */ +@Deprecated(forRemoval = true) public interface NotificationService extends BindingService { /** * Registers a listener which implements a YANG-generated notification interface derived from