Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / InvokableRuntimeType.java
index f49013bbaf742a27d82be9874aa3d4445834e22a..c2ba43a0c5c109c1b7278d69dd83f2156ff6b535 100644 (file)
@@ -7,14 +7,12 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import org.eclipse.jdt.annotation.NonNull;
 
 /**
  * Common interface for run-time types associated with invokable operations, such as those defined by {@code action} and
  * {@code rpc} statements.
  */
-@Beta
 public interface InvokableRuntimeType extends CompositeRuntimeType {
     /**
      * Return the run-time type for this action's input.