Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / routing / RouteChangeListener.java
index 7283cd4e3fe9a4ac8eb711978b11ca87ae75bbdf..a3263051437c912fcaf126bc55e907896cafb89a 100644 (file)
@@ -18,6 +18,7 @@ import java.util.EventListener;
  * @param <C> Type, which is used to represent Routing context.
  * @param <P> Type of data tree path, which is used to identify route.
  */
+@Deprecated
 public interface RouteChangeListener<C, P> extends EventListener {
 
     /**