Deprecate ABIVersion.MAGNESIUM
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / concepts / AbstractResponseProxy.java
index 4e9f81e0cdb7881790aebcea09240e4435eb8b2a..22b800023ddccbdc4f98045bc24ddb427eb25ccc 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.yangtools.concepts.WritableIdentifier;
  * @param <T> Target identifier type
  * @param <C> Message class
  */
+@Deprecated(since = "7.0.0", forRemoval = true)
 abstract class AbstractResponseProxy<T extends WritableIdentifier, C extends Response<T, C>>
         extends AbstractMessageProxy<T, C> {
     @java.io.Serial