@Retention(value=RUNTIME)
public @interface Secret
Annotation that indicates that annotated element is secret. For example, if the Configuration interface property is
annotated with @Secret then a PasswordField will be used for this property in the UI.