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

com.pastdev.httpcomponents.factory.EnvironmentValueFactory Maven / Gradle / Ivy

The newest version!
package com.pastdev.httpcomponents.factory;


import com.pastdev.httpcomponents.annotations.Environment;
import com.pastdev.httpcomponents.server.Servers;


public interface EnvironmentValueFactory {
    public  T valueOf( Servers servers, Environment environment );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy