net.sf.jcc.model.parser.InternalStoreFactory Maven / Gradle / Ivy
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