Deprecate ABIVersion.MAGNESIUM
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / SkipTransactionsRequestV1.java
index 762289c0bc3687067fbd81d3114cf2ec151958f1..7924d728762876909ba0de06fa5b660e3647e554 100644 (file)
@@ -11,6 +11,7 @@ package org.opendaylight.controller.cluster.access.commands;
  * Externalizable proxy for use with {@link SkipTransactionsRequest}. It implements the initial
  * (Phosphorus SR1) serialization format.
  */
+@Deprecated(since = "7.0.0", forRemoval = true)
 final class SkipTransactionsRequestV1 extends AbstractTransactionRequestProxy<SkipTransactionsRequest>
         implements SkipTransactionsRequest.SerialForm {
     @java.io.Serial