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

cn.featherfly.hammer.tpl.directive.LogicDirective Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
package cn.featherfly.hammer.tpl.directive;

/**
 * 

* LogicDirective *

* * @author zhongj */ public interface LogicDirective extends TemplateDirective { String PARAM_NAME_IF = "if"; String PARAM_NAME_NAME = "name"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy