Optimize unique statement implementations
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / UniqueConstraint.java
index 36f4853d88d76ca7ddf45d15b3e0339523012b7f..4082d4e411e8450deba5c2029220ae648a36474a 100644 (file)
@@ -21,6 +21,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Desce
  * leafs exist (for more information see RFC-6020 section 7.8.3.).
  */
 @Beta
+// FIXME: 6.0.0: replace all usages of this class with UniqueEffectiveStatement and remove this
 public interface UniqueConstraint {
     @NonNull Set<Descendant> getTag();
 }