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 / data / AsyncConfigurationCommitCohort.java
index 26e7e126a58d44ff8eee54bb5facd942723ac0ae..9e4290eba2b0e67244eb6ae3abaeae47e2041fca 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.yangtools.concepts.Path;
  * @param <D>
  *            Type of data (payload), which represents data payload
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface AsyncConfigurationCommitCohort<P extends Path<P>, D> {
 
     /**