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

com.github.totoCastaldi.restServer.plugin.PersistencePlugin Maven / Gradle / Ivy

package com.github.totoCastaldi.restServer.plugin;

import com.github.totoCastaldi.restServer.RestServerConf;

/**
 * Created by goto10 on 29/11/2015.
 */
public class PersistencePlugin implements Plugin {
    @Override
    public void config(RestServerConf.Builder builder) {
        builder.add(new PersistenModule());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy