Migrate OSGI compendium reference
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / mock / FooListener.java
index 3b872d0149b04937fbb2ab9ca1e6c0a1ef93767a..b9065b6182ac3e0044daaea51d3d64b66bd1191c 100644 (file)
@@ -9,8 +9,9 @@ package org.opendaylight.controller.sal.binding.test.mock;
 
 import org.opendaylight.yangtools.yang.binding.NotificationListener;
 
+@Deprecated
 public interface FooListener extends NotificationListener {
 
     void onFooUpdate(FooUpdate notification);
-    
+
 }