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

net.sf.jcc.model.parser.InternalStoreFactory Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.sf.jcc.model.parser;

/**
 * A factory for creating stores.
 * 
 * @author omadgwi
 */
public interface InternalStoreFactory
{
    /**
     * @param  The type of internal store.
     * @return A new {@code InternalStore} instance.
     */
    > T createInternalStore();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy