Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / ActionRuntimeType.java
index 7113d0deb10dc1cbe887f06a7e39fb252964e250..0e422415f664ce6768acfd9338d6553a1f925586 100644 (file)
@@ -7,13 +7,11 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import org.opendaylight.yangtools.yang.model.api.stmt.ActionEffectiveStatement;
 
 /**
  * A {@link RuntimeType} associated with an {@code action} statement.
  */
-@Beta
 public interface ActionRuntimeType extends InvokableRuntimeType {
     @Override
     ActionEffectiveStatement statement();