Drop @Beta from ItemOrder 61/106261/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 09:53:10 +0000 (11:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 11:23:38 +0000 (13:23 +0200)
Promote this interface to production status.

Change-Id: Ic51ab79b10cf73f40bf9cf3d072a100092b65cc7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/concepts/src/main/java/org/opendaylight/yangtools/concepts/ItemOrder.java

index 27a8ee8d7264b93b07c350d38095ffda6264e27e..1b62a0e4ac40fbebf4e570d7d47ba8aad033b8cb 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.yangtools.concepts;
 
-import com.google.common.annotations.Beta;
 import java.util.Collection;
 import java.util.List;
 import java.util.Set;
@@ -22,7 +21,6 @@ import org.eclipse.jdt.annotation.Nullable;
  *
  * @param <T> Item order type
  */
-@Beta
 public sealed interface ItemOrder<T extends ItemOrder<T>> {
     /**
      * Items are ordered and their order is significant. A {@link List} is an example of a collection which conforms to