Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / RpcRuntimeType.java
index aff65482e1c51ab1bed31e2709871f29b055de1e..7c6536254bab22c7b8c222f438988f8e169a1d1e 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.RpcEffectiveStatement;
 
 /**
  * A {@link RuntimeType} associated with an {@code rpc} statement.
  */
-@Beta
 public interface RpcRuntimeType extends InvokableRuntimeType {
     @Override
     RpcEffectiveStatement statement();