-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Encrypted
The marker annotationEncrypted
marks a field that it is encrypted as the name let assume.
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
public @interface Encrypted
Encrypted
marks a field that it is encrypted as the name let
assume.