All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nanocontainer.script.groovy.NodeCreator Maven / Gradle / Ivy

The newest version!
package org.nanocontainer.script.groovy;

import java.util.Map;

public interface NodeCreator {

    Object createNode(Object name, Map attributes);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy