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

net.ravendb.client.Parameters Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package net.ravendb.client;

import java.util.HashMap;

public class Parameters extends HashMap {

    public Parameters() {
    }

    public Parameters(Parameters m) {
        super(m);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy