Promote RuntimeType interface hierarchy
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / LeafRuntimeType.java
index 29c6f92aab0067489deb66c1afa32bbc505b375b..b06887aabc8bf480c52a356c3cf45c4d7a21056e 100644 (file)
@@ -7,10 +7,11 @@
  */
 package org.opendaylight.mdsal.binding.runtime.api;
 
-import com.google.common.annotations.Beta;
 import org.opendaylight.yangtools.yang.model.api.stmt.LeafEffectiveStatement;
 
-@Beta
+/**
+ * A {@link DataRuntimeType} associated with a {@code leaf} statement.
+ */
 public interface LeafRuntimeType extends DataRuntimeType {
     @Override
     LeafEffectiveStatement statement();