Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / DataRuntimeType.java
index 2513d8cb288a7510b4cfb18af4b997a14720bda0..9a64e6b2f4222447d9fe01f2f306a912085e6151 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import org.opendaylight.mdsal.binding.model.api.JavaTypeName;
 
 /**
@@ -26,7 +25,6 @@ import org.opendaylight.mdsal.binding.model.api.JavaTypeName;
  * and similar, as those exist in outside of {@code data tree} contract, but are still part of what
  * {@link RuntimeTypeContainer#bindingChild(JavaTypeName)} considers as child constructs.
  */
-@Beta
 public interface DataRuntimeType extends RuntimeType {
     // Marker interface, no further contract is specified
 }