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 / MappingCheckedFuture.java
index 93554072f5e663aac9dd00633b035eb2c6c9cf91..d3e1cd8d70e7bb08087fea0c5f746683b5eab7db 100644 (file)
@@ -32,7 +32,7 @@ import java.util.function.Function;
  * @param <V> The result type returned by this Future's get method
  * @param <X> The checked exception type
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public final class MappingCheckedFuture<V, X extends Exception> extends AbstractCheckedFuture<V, X> {
     private final Function<Exception, X> mapper;