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

org.daisy.common.base.Provider Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.daisy.common.base;


/**
 * Provider interface.
 *
 * @param  the generic type
 */
public interface Provider {

	/**
	 * Provides an instance of T.
	 *
	 * @return the t
	 */
	T provide();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy