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

org.raml.builder.NodeBuilder Maven / Gradle / Ivy

The newest version!
package org.raml.builder;

import org.raml.yagi.framework.nodes.Node;

/**
 * Created. There, you have it.
 */
public interface NodeBuilder {

    Node buildNode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy