
hope.kola.contract.assertj.model.Factory Maven / Gradle / Ivy
package hope.kola.contract.assertj.model;
/**
* Factory to Create new Instance
*
* @param generic type
*/
@FunctionalInterface
public interface Factory {
/**
* init a new Instance
*
* @return new instance
*/
T create();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy