Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / AugmentableRuntimeType.java
index cc06d15c77e883cd551ee2f45643a0f41ac2a64b..5383fbea9aee381d02f49011177cd135005586b8 100644 (file)
@@ -7,14 +7,12 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import java.util.List;
 import org.eclipse.jdt.annotation.NonNull;
 
 /**
  * A {@link CompositeRuntimeType} which is also can be targeted by {@code augment} statements.
  */
-@Beta
 public interface AugmentableRuntimeType extends CompositeRuntimeType {
     /**
      * Return the {@link AugmentRuntimeType}s extending this type, matching the underlying {@link #statement()}.