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

com.simplaex.sugar.vertx.web.WebServiceConfig Maven / Gradle / Ivy

package com.simplaex.sugar.vertx.web;

import com.simplaex.sugar.guice.BindInstance;

@BindInstance
public interface WebServiceConfig {

  String getWebServiceApiPrefix();

  int getWebServicePort();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy