Deprecate ABIVersion.MAGNESIUM
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / ABIVersion.java
index 1ff961f26cfbd8854abd7d335bece6c5f0c235f8..365af8ce0f078c8937e9fbb890b0fe2374fe6e41 100644 (file)
@@ -42,7 +42,10 @@ public enum ABIVersion implements WritableObject {
     /**
      * Oldest ABI version we support. The messages remain the same as {@code BORON}, but messages bearing QNames in any
      * shape are using {@link NormalizedNodeStreamVersion#MAGNESIUM}, which improves encoding.
+     *
+     * @deprecated Support for this version is going to be removed in the next major version.
      */
+    @Deprecated(since = "7.0.0", forRemoval = true)
     MAGNESIUM(8) {
         @Override
         public NormalizedNodeStreamVersion getStreamVersion() {