com.github.mustachejava.TemplateFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Implementation of mustache.js for Java
package com.github.mustachejava;
import com.google.common.base.Function;
/**
* Use this function if you to implement additional functions/lambdas
* (eg. `{{#func1}}`) and want mustache.java to reparse their results again.
*/
public interface TemplateFunction extends Function {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy