-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface DecryptedThe marker annotationDecryptedmarks a field that it was decrypted as the name let assume.
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
public @interface Decrypted
Decrypted marks a field that it was decrypted as the name let
assume.