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

io.polyglotted.echoapp.EchoServerSettings Maven / Gradle / Ivy

The newest version!
package io.polyglotted.echoapp;

import io.polyglotted.applauncher.settings.Attribute;
import io.polyglotted.applauncher.settings.Settings;

@Settings
public interface EchoServerSettings {

    @Attribute(name = "port")
    int port();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy