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 / TransactionChainFactory.java
index 7c338b9de340ef89f952840698eac248083557c3..1e312184ed14cfdd681c314ddda25a46f8318368 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.yangtools.concepts.Path;
 /**
  * Interface for creating transaction chains.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 public interface TransactionChainFactory<P extends Path<P>, D> {
 
     /**