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

com.solidstategroup.bullettrain.BulletTrain Maven / Gradle / Ivy

package com.solidstategroup.bullettrain;

/**
 * Created by Pavlo Maksymchuk.
 */
public class BulletTrain {

    /**
     * Storage to persist feature within {@link CrudStore}.
     */
    private CrudStore store = new InMemoryStore();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy