-
@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface EncryptedThe marker annotationEncryptedmarks 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.