Deprecate ABIVersion.MAGNESIUM
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / concepts / AbstractSuccessProxy.java
index bed6e8947b56114be576a2af1cf19d4cc7a74508..598fa83e93cf845ac2f4d9771c40902cf067979a 100644 (file)
@@ -15,6 +15,7 @@ import org.opendaylight.yangtools.concepts.WritableIdentifier;
  *
  * @param <T> Target identifier type
  */
+@Deprecated(since = "7.0.0", forRemoval = true)
 public abstract class AbstractSuccessProxy<T extends WritableIdentifier, C extends RequestSuccess<T, C>>
         extends AbstractResponseProxy<T, C> {
     @java.io.Serial