com.github.mustachejava.PragmaHandler Maven / Gradle / Ivy
package com.github.mustachejava;
public interface PragmaHandler {
Code handle(TemplateContext tc, String pragma, String args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy