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