I would like to search all files via eclipse which contain the following 2 lines
@Length(max = L_255)
private String description;
and replace it with
@Length(max = L_255, message="{validator.description.len}")
private String description;