Currently, when using @NotBlank on an attribute is means that it must not be null. With @NotNull a "not null"-constraint is added using the annotations meta data. This should also be the case for @NotBlank.