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

ru.yandex.qatools.properties.providers.PropertyProvider Maven / Gradle / Ivy

The newest version!
package ru.yandex.qatools.properties.providers;

import java.util.Properties;

/**
 * User: lanwen
 * Date: 17.07.13
 * Time: 15:45
 */
public interface PropertyProvider {
     Properties provide(T bean, Properties properties);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy