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

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

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

import java.util.Properties;


import com.pastdev.httpcomponents.annotations.Server;

public interface PropertiesFactory {
    Properties properties( Server server );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy