Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / routing / RouteChange.java
index 1575cc57cc8f560e91ce9c56ac343e5b09dcd3d5..43624ee20ba0e108f1094588de4dd1bed8dc2855 100644 (file)
@@ -17,6 +17,7 @@ import java.util.Set;
  * @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 RouteChange<C, P> {
 
     /**