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

org.spincast.plugins.httpclient.ISpincastHttpClientConfig Maven / Gradle / Ivy

The newest version!
package org.spincast.plugins.httpclient;

import com.google.inject.ImplementedBy;

/**
 * Configurations for the Spincast Http Client plugin.
 * 
 * We use "@ImplementedBy" to specify the default configurations
 * to use if none is specified in a Guice module.
 */
@ImplementedBy(SpincastHttpClientConfigDefault.class)
public interface ISpincastHttpClientConfig {
    // none for now
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy