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

cn.featherfly.hammer.tpl.TemplatePreprocessor Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version

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