cn.featherfly.hammer.tpl.directive.WrapDirective Maven / Gradle / Ivy
package cn.featherfly.hammer.tpl.directive;
/**
*
* WrapDirective
*
*
* @author zhongj
*/
public interface WrapDirective extends TemplateDirective {
String PARAM_NAME_VALUE = "value";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy