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