io.descoped.dc.api.node.NodeWithId Maven / Gradle / Ivy
package io.descoped.dc.api.node;
// identifiable nodes
public interface NodeWithId extends Node {
String id();
}
package io.descoped.dc.api.node;
// identifiable nodes
public interface NodeWithId extends Node {
String id();
}