Promote BindingIdentityCodec
[yangtools.git] / binding / mdsal-binding-dom-codec-api / src / main / java / org / opendaylight / mdsal / binding / dom / codec / api / BindingIdentityCodec.java
index 23186036a76eeb66b8ddc1df3aba4320437cc2bd..0e5a66229afa84d295208e88f14cfa3e8cb8ed01 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.mdsal.binding.dom.codec.api;
 
-import com.google.common.annotations.Beta;
 import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yangtools.concepts.Immutable;
 import org.opendaylight.yangtools.yang.binding.BaseIdentity;
@@ -16,7 +15,6 @@ import org.opendaylight.yangtools.yang.common.QName;
 /**
  * A codec capable of translating {@code identity} values between their YANG (QName) and Binding (Class) representation.
  */
-@Beta
 public interface BindingIdentityCodec extends Immutable {
     /**
      * Convert a QNname to its corresponding Binding class.