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

org.nasdanika.html.Producer Maven / Gradle / Ivy

package org.nasdanika.html;

/**
 * Functional interface for producing/generating HTML.
 * @author Pavel Vlasov
 *
 */
public interface Producer {
	
	
	/**
	 * Produces content.
	 * @param indent Indent. 
	 * @return Content. 
	 */
	Object produce(int indent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy