Deprecate old MD-SAL APIs for removal
[controller.git] / opendaylight / md-sal / sal-dom-spi / src / main / java / org / opendaylight / controller / sal / core / spi / data / DOMStoreThreePhaseCommitCohort.java
index 145a7090d90c45de45b2a000a2dab27881b1fd88..9a5f1a30c58f044faff59fb02b8c60c899628282 100644 (file)
@@ -17,7 +17,7 @@ import com.google.common.util.concurrent.ListenableFuture;
  *
  * @deprecated Use {@link org.opendaylight.mdsal.dom.spi.store.DOMStoreThreePhaseCommitCohort} instead.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface DOMStoreThreePhaseCommitCohort {
 
     /**