@Target(value={FIELD,PARAMETER,TYPE}) @Retention(value=RUNTIME) @Documented public @interface Secret
Typical examples include sshKeys, digital signatures, credit card numbers, personal or financial information, or any type of sensitive scalar values.
For passwords, use Password instead.
For secret tokens, use SecretToken.
NOTE: This annotation merely signals that the value should be encrypted. Actual encrypted not enforced by this annotation
Password,
SecretTokenCopyright © 2021. All rights reserved.