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

hope.kola.contract.assertj.model.Factory Maven / Gradle / Ivy

There is a newer version: 1.1.2-RELEASE
Show newest version
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