Promote cds-access-api
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / PastVersionException.java
index c8cbe54b3d0ae9bf725dee6114f349fd00b671d2..0b7f134ec97bc5cc91c2b6c06c6a97d3c1396e52 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.controller.cluster.access;
 
-import com.google.common.annotations.Beta;
+import java.io.Serial;
 
 /**
  * Exception thrown from {@link ABIVersion#valueOf(short)} when the specified version is too old and no longer
@@ -15,8 +15,8 @@ import com.google.common.annotations.Beta;
  *
  * @author Robert Varga
  */
-@Beta
 public final class PastVersionException extends AbstractVersionException {
+    @Serial
     private static final long serialVersionUID = 1L;
 
     PastVersionException(final short version, final ABIVersion closest) {