Push out NormalizedNodeContainer.body() specializations
[yangtools.git] / data / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / SystemLeafSetNode.java
index 9034864b1b783d3b03d973452a18c9ec02e29e1f..431bd590fa9eea3cbdfd5605bef7afd3aa396788 100644 (file)
@@ -14,6 +14,8 @@ package org.opendaylight.yangtools.yang.data.api.schema;
  *
  * @param <T> Value type of Leaf entries
  */
+// // FIXME: 9.0.0: we really want to do a Set<@NonNull V> body(), but need to reconcile that with key-based lookup in
+//                  implementations -- and those are using only a Map internally.
 public interface SystemLeafSetNode<T> extends LeafSetNode<T>, OrderingAware.System {
     @Override
     @SuppressWarnings("rawtypes")