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

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

package com.obera.jasdb.android;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy