Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / mock / FooListener.java
index cb8020e3fd4e200f3e06ae4ca4e6fd22faca533a..b9065b6182ac3e0044daaea51d3d64b66bd1191c 100644 (file)
@@ -9,6 +9,7 @@ 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);