public interface  io.helidon.config.MergeableNode extends java.lang.Object implements io.helidon.config.spi.ConfigNode
{
public abstract io.helidon.config.MergeableNode merge(io.helidon.config.MergeableNode) throws io.helidon.config.ConfigException;
public abstract boolean hasValue();
public io.helidon.config.spi.ConfigNode$NodeType nodeType()
{
java.lang.Error v;
io.helidon.config.MergeableNode v;
v := @this: io.helidon.config.MergeableNode;
v = new java.lang.Error;
specialinvoke v.<java.lang.Error: void <init>(java.lang.String)>("Unresolved compilation error: Method <io.helidon.config.MergeableNode: io.helidon.config.spi.ConfigNode$NodeType nodeType()> does not exist!");
throw v;
}
}