cn.featherfly.hammer.tpl.TemplatePreprocessor Maven / Gradle / Ivy
package cn.featherfly.hammer.tpl;
/**
* PreCompiler.
*
* @author zhongj
*/
@FunctionalInterface
public interface TemplatePreprocessor {
/**
* Process.
*
* @param template the template value
* @return processed template value
*/
String process(String template);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy