Package uk.wardm.formaker.annotation
Annotation Type Password
@Retention(RUNTIME) public @interface Password
Marks a String field as being intended for passwords.
This would usually result in the contents being masked in the UI by default.
@Retention(RUNTIME) public @interface Password