Seal {LeafSet,Map}Node
[yangtools.git] / data / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / SystemLeafSetNode.java
index 431bd590fa9eea3cbdfd5605bef7afd3aa396788..667003b24dd3960e11beb0dc2ebdc0af99f3d33c 100644 (file)
@@ -14,9 +14,9 @@ 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 {
+// 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 non-sealed interface SystemLeafSetNode<T> extends LeafSetNode<T>, OrderingAware.System {
     @Override
     @SuppressWarnings("rawtypes")
     default Class<SystemLeafSetNode> contract() {