Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / mock / BarListener.java
index 6c133728b67bc73fb888457076b95b20976c534d..59009442f17e4a30995f7431591a12b85bb55f81 100644 (file)
@@ -9,6 +9,7 @@ package org.opendaylight.controller.sal.binding.test.mock;
 
 import org.opendaylight.yangtools.yang.binding.NotificationListener;
 
+@Deprecated
 public interface BarListener extends NotificationListener {
 
     void onBarUpdate(BarUpdate notification);