Deprecate ABIVersion.MAGNESIUM
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / IncrementTransactionSequenceSuccessProxyV1.java
index 0acb9b442906b953084a85cf01db0fee203ecff1..a4e7ad31ee16ddef0cc314bf9ef8cef99af87ab2 100644 (file)
@@ -10,9 +10,8 @@ package org.opendaylight.controller.cluster.access.commands;
 /**
  * Externalizable proxy for use with {@link IncrementTransactionSequenceSuccess}. It implements the initial (Boron)
  * serialization format.
- *
- * @author Robert Varga
  */
+@Deprecated(since = "7.0.0", forRemoval = true)
 final class IncrementTransactionSequenceSuccessProxyV1
         extends AbstractTransactionSuccessProxy<IncrementTransactionSequenceSuccess>
         implements IncrementTransactionSequenceSuccess.SerialForm {