Annotation Interface Encrypted


@Target(FIELD) @Retention(RUNTIME) public @interface Encrypted
Marker annotation that specifies an item, typically in a configuration class, that a SecurityProvider can decrypt. The field that possesses this annotation must also have the appropriate getter and setter methods that match Java convention.