package com.common.annotation; import java.lang.annotation.*; @Target({ElementType.PARAMETER, ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface NoEncryption { }