Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / routing / RoutedRegistration.java
index 7b1cdeae9f7dbc707b6b4aafe60cb02a773c7ca3..cc463db79ef57cbe1a4cd8f766eabfd0fe21347b 100644 (file)
@@ -17,6 +17,7 @@ import org.opendaylight.yangtools.concepts.Registration;
  * @param <P> the path identifier type
  * @param <S> the RPC implementation type
  */
  * @param <P> the path identifier type
  * @param <S> the RPC implementation type
  */
+@Deprecated
 public interface RoutedRegistration<C, P extends Path<P>, S> extends Registration {
 
     /**
 public interface RoutedRegistration<C, P extends Path<P>, S> extends Registration {
 
     /**