@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface Password
The data type is String. Applies to properties.
Example:
@Password @Column(length=40) private String password;