Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / ListRuntimeType.java
index 05a1f1bf221a0da0b8d00a64dcecf72a89376da8..0e259dc95ac8b430e6d3aa4055292d5fff32cbd8 100644 (file)
@@ -7,14 +7,12 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import org.eclipse.jdt.annotation.Nullable;
 import org.opendaylight.yangtools.yang.model.api.stmt.ListEffectiveStatement;
 
 /**
  * A {@link RuntimeType} associated with a {@code list} statement.
  */
-@Beta
 public interface ListRuntimeType extends AugmentableRuntimeType, DataRuntimeType {
     @Override
     ListEffectiveStatement statement();