Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / ChoiceRuntimeType.java
index b22a7e8dbc61b2f10adb9f3730011f3babbf7d8d..a1e776ff911f90fc2ae73bc119f8e55bf3f5d448 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import java.util.List;
 import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.jdt.annotation.Nullable;
@@ -19,7 +18,6 @@ import org.opendaylight.yangtools.yang.model.api.stmt.ChoiceEffectiveStatement;
  * A {@link RuntimeType} associated with a {@code choice} statement. Note that unlike YANG semantics, in Binding Spec
  * semantics a type generated for a 'choice' statement is <b>does not</b> implement {@link Augmentable}.
  */
-@Beta
 public interface ChoiceRuntimeType extends CompositeRuntimeType, DataRuntimeType {
     @Override
     ChoiceEffectiveStatement statement();