Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / handlers / TransactionChainHandler.java
index 207996bf93174b18bb3bc3b686fbc4136783dc64..9da6c1885afebf036fae10c11bf3585d2fa88db3 100644 (file)
@@ -15,7 +15,9 @@ import org.opendaylight.controller.md.sal.dom.api.DOMTransactionChain;
 /**
  * Implementation of {@link TransactionChainHandler}.
  *
+ * @deprecated move to splitted module restconf-nb-rfc8040
  */
+@Deprecated
 public class TransactionChainHandler implements Handler<DOMTransactionChain> {
 
     private DOMTransactionChain transactionChain;