Migrate OSGI compendium reference
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / mock / BarListener.java
index f7c19ba1c3c211397e362eb12f6260cd8d096976..59009442f17e4a30995f7431591a12b85bb55f81 100644 (file)
@@ -9,10 +9,11 @@ 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);
-    
+
     void onFlowDelete(FlowDelete notification);
 
 }