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

net.aequologica.neo.parole.config.ParoleConfig Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package net.aequologica.neo.parole.config;

import java.io.IOException;

import net.aequologica.neo.geppaequo.config.AbstractConfig;
import net.aequologica.neo.geppaequo.config.Config;

@Config(name = "parole")
public final class ParoleConfig extends AbstractConfig {

    public ParoleConfig() throws IOException {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy