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

com.obera.jasdb.android.GuiceIndexManagerFactory Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.obera.jasdb.android;

import nl.renarj.jasdb.api.model.IndexManager;

/**
 * @author renarj
 */
public interface GuiceIndexManagerFactory {
    IndexManager getIndexManager(String instance);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy