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

org.nlab.json.stream.jsonpath.path.PathRootNode Maven / Gradle / Ivy

package org.nlab.json.stream.jsonpath.path;

/**
 * Created by nlabrot on 13/04/16.
 */
public class PathRootNode extends PathNode {
    public PathRootNode(PathNode child) {
        super(child);
    }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy