-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Decrypted
The marker annotationDecrypted
marks 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.