001 package org.nanocontainer.script.groovy; 002 003 import java.util.Map; 004 005 public interface NodeCreator { 006 007 Object createNode(Object name, Map attributes); 008 }