Commit aedaabd1 by naan1993

修改注释

parent 27cd2068
package com.stylefeng.guns.rest.modular.auth.security;
/**
* <pre>
* 信息传递的保护措施(传递的数据为json)
*
* 说明:
* 可以根据实际开发时的需要,编写自己的数据加密方案,只需实现此类,并在WebConfig下配置您所编写的实现类即可
* </pre>
*
* @author fengshuonan
* @date 2017-09-18 20:41
*/
public interface DataSecurityAction {
/**
* 执行数据的保护措施(可以实现自定义的保护措施)
* 执行数据的保护措施
*
* @author stylefeng
* @Date 2017/9/18 20:42
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment