公告板
版本库
filestore
活动
搜索
登录
main
/
SSBG_PIPL
SSBG_PIPL_AWSCode
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
仓库初始化
测试用户
2023-04-13
43393f2bb11cbf9e6af40077bbc5284660e8a754
[SSBG_PIPL.git]
/
src
/
main
/
java
/
com
/
common
/
annotation
/
NoEncryption.java
1
2
3
4
5
6
7
8
9
10
package com.common.annotation;
import java.lang.annotation.*;
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface NoEncryption {
}