org.neo4j.rest.graphdb.RestAPIProvider Maven / Gradle / Ivy
package org.neo4j.rest.graphdb;
/**
* @author mh
* @since 11.11.14
*/
public interface RestAPIProvider {
RestAPI getRestAPI();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy