Package org.nanocontainer.script

Examples of org.nanocontainer.script.NullNodeBuilderDecorationDelegate


    public GroovyNodeBuilder(NodeBuilderDecorationDelegate decorationDelegate) {
        this.decorationDelegate = decorationDelegate;
    }

    public GroovyNodeBuilder() {
        this(new NullNodeBuilderDecorationDelegate());
    }
View Full Code Here


    /**
     * Default constructor.
     */
    public CustomGroovyNodeBuilder() {
        this(new NullNodeBuilderDecorationDelegate(), SKIP_ATTRIBUTE_VALIDATION);
    }
View Full Code Here

TOP

Related Classes of org.nanocontainer.script.NullNodeBuilderDecorationDelegate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.