mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-19 01:58:05 +08:00
修复错误的 javadoc 格式
This commit is contained in:
@@ -27,7 +27,7 @@ import cn.dev33.satoken.dao.SaTokenDao;
|
||||
* <p> 在应用全局范围内: 存值、取值。数据在应用重启后失效,如果集成了 Redis,则在 Redis 重启后失效。
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-17
|
||||
* @since 2022-8-17
|
||||
*/
|
||||
public class SaApplication implements SaSetValueInterface {
|
||||
|
||||
|
@@ -22,7 +22,7 @@ import cn.dev33.satoken.util.SaFoxUtil;
|
||||
* <p> 封装 SaStorage、SaSession、SaApplication 等存取值的一些固定方法,减少重复编码 </p>
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-16
|
||||
* @since 2022-8-16
|
||||
*/
|
||||
public interface SaGetValueInterface {
|
||||
|
||||
|
@@ -22,7 +22,7 @@ import cn.dev33.satoken.fun.SaRetFunction;
|
||||
* <p> 封装 SaStorage、SaSession、SaApplication 等存取值的一些固定方法,减少重复编码 </p>
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-17
|
||||
* @since 2022-8-17
|
||||
*/
|
||||
public interface SaSetValueInterface extends SaGetValueInterface {
|
||||
|
||||
|
@@ -30,7 +30,7 @@ import cn.dev33.satoken.stp.StpLogic;
|
||||
* <p> 提供侦听器注册、事件发布能力 </p>
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-19
|
||||
* @since 2022-8-19
|
||||
*/
|
||||
public class SaTokenEventCenter {
|
||||
|
||||
|
@@ -23,7 +23,7 @@ import cn.dev33.satoken.stp.SaLoginModel;
|
||||
* <p> 对所有事件方法提供空实现,方便开发者通过继承此类快速实现一个可用的侦听器 </p>
|
||||
*
|
||||
* @author click33
|
||||
* @since: 2022-8-20
|
||||
* @since 2022-8-20
|
||||
*/
|
||||
public class SaTokenListenerForSimple implements SaTokenListener {
|
||||
|
||||
|
Reference in New Issue
Block a user