cn.featherfly.hammer.tpl.directive.LogicDirective Maven / Gradle / Ivy
package cn.featherfly.hammer.tpl.directive;
/**
*
* LogicDirective
*
*
* @author zhongj
*/
public interface LogicDirective extends TemplateDirective {
String PARAM_NAME_IF = "if";
String PARAM_NAME_NAME = "name";
String PARAM_NAME_TRANSVERTER = "transverter";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy