优化 sa-token-dialect-thymeleaf 模块注释

This commit is contained in:
click33 2023-05-12 17:23:51 +08:00
parent 353a35957b
commit 000b443586
2 changed files with 7 additions and 5 deletions

View File

@ -16,7 +16,7 @@ import cn.dev33.satoken.util.SaFoxUtil;
* Sa-Token 集成 Thymeleaf 标签方言
*
* @author click33
*
* @since <= 1.34.0
*/
public class SaTokenDialect extends AbstractProcessorDialect {
@ -33,7 +33,8 @@ public class SaTokenDialect extends AbstractProcessorDialect {
}
/**
* 构造方言对象使用
* 构造方言对象使用自定义参数
*
* @param name 方言名称
* @param recedence 优先级
* @param stpLogic 使用的 StpLogic 对象

View File

@ -10,9 +10,10 @@ import org.thymeleaf.processor.element.IElementTagStructureHandler;
import org.thymeleaf.templatemode.TemplateMode;
/**
* 封装 Sa-Token 标签方言处理器
* @author click33
*
* 封装 Sa-Token 标签方言处理器
*
* @author click33
* @since <= 1.34.0
*/
public class SaTokenTagProcessor extends AbstractAttributeTagProcessor {